value property

  1. @override
T get value
override

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;