ResultError<T, E> constructor

ResultError<T, E>(
  1. dynamic message, {
  2. Result<T, E>? original,
  3. bool isExpected = false,
})

Implementation

ResultError(this.message, {this.original, this.isExpected = false});