valueOrNull property
A getter that returns the value if the operation was successful, or null if it wasn't.
Implementation
@override
T get valueOrNull => _value;
A getter that returns the value if the operation was successful, or null if it wasn't.
@override
T get valueOrNull => _value;