value property

  1. @override
V value
final

The value of the result, if the result was successful.

If an exception was thrown while retrieving the value, this will throw. See exception for more details.

Implementation

@override
final V value;