valueOrNull property
T?
get
valueOrNull
Returns the current value if the status is LxSuccess, otherwise null.
Implementation
T? get valueOrNull => value.valueOrNull;
Returns the current value if the status is LxSuccess, otherwise null.
T? get valueOrNull => value.valueOrNull;