Maybe<T>.nothing constructor

const Maybe<T>.nothing()

Type representing the Nothing state of a value, which would be equivalent to having a null value

Implementation

const factory Maybe.nothing() = Nothing;