Wraps the value with this Monad type.
value
@override Maybe<T1> unit<T1>(T1 value) => Maybe<T1>.just(value);