just property

Maybe<T?> get just

Wrap this with an Just<T>.

Implementation

Maybe<T?> get just => Just<T?>(this);