hasValue property
bool
get
hasValue
True if the signal has a value assigned.
Implementation
bool get hasValue => _isInitialized;
True if the signal has a value assigned.
bool get hasValue => _isInitialized;