value property
Returns the value of this Result. A ResultError is throw if this Result does not contain a value.
Implementation
@Throws([ResultError])
T get value;
Returns the value of this Result. A ResultError is throw if this Result does not contain a value.
@Throws([ResultError])
T get value;