value property

Maybe<T> get value

Returns Just the current value when present, otherwise returns None.

Implementation

Maybe<T> get value => _value;