orNull property

T? orNull

Gets the Optional value, or null if there is none.

Implementation

T? get orNull => _value;