valueOrNull property

T? get valueOrNull

Returns the current value if the status is LxSuccess, otherwise null.

Implementation

T? get valueOrNull => value.valueOrNull;