value property

R value

Get the value from this Result. This will throw error if this Result is an error. Check isError before accessing this.

Implementation

R get value => _value as R;