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