MaybeError<T> constructor

const MaybeError<T>(
  1. Object error, [
  2. StackTrace? stackTrace
])

Create a Maybe holding an error

Implementation

const MaybeError(this.error, [this.stackTrace]) : super._internal();