hasValueUpdate property

bool get hasValueUpdate

Implementation

bool get hasValueUpdate {
  if (_subscribeController == null) {
    return false;
  }

  return _subscribeController?._lastUpdate != null;
}