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