hasValue property
bool
get
hasValue
A flag that turns true as soon as at least one event has been emitted.
Implementation
bool get hasValue => valueWrapper != null;
A flag that turns true as soon as at least one event has been emitted.
bool get hasValue => valueWrapper != null;