value property
T
get
value
The last emitted value.
A StateError is thrown if a value has not been emitted (that is, if hasValue returns false).
Implementation
T get value;
The last emitted value.
A StateError is thrown if a value has not been emitted (that is, if hasValue returns false).
T get value;