value property
T
get
value
value is a getter that returns the value.
Throws if there is no value.
Implementation
T get value => _value!;
value is a getter that returns the value.
Throws if there is no value.
T get value => _value!;