MaybeError<T> constructor
const
MaybeError<T> (
- Object error, [
- StackTrace? stackTrace
Create a Maybe holding an error
Implementation
const MaybeError(this.error, [this.stackTrace]) : super._internal();