ErrorValue constructor

ErrorValue({
  1. String? message,
  2. String? type,
})

Implementation

ErrorValue({this.message, this.type});