toMaybe method

Maybe<T> toMaybe()

Implementation

Maybe<T> toMaybe() => Just(this);