bool hasValueUpdate

Source

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

  return _subscribeController._lastUpdate != null;
}