Maybe<T> constructor
const
Maybe<T> (
- T value
Create a Maybe that holds a computed value.
Implementation
const factory Maybe(T value) = MaybeValue;
Create a Maybe that holds a computed value.
const factory Maybe(T value) = MaybeValue;