hasValue property

  1. @override
bool get hasValue
override

Whether or not the signal has been initialized with a value.

Implementation

@override
bool get hasValue {
  _reportObserved();
  return _hasValue;
}