Source
bool get hasValueUpdate {
if (_subscribeController == null) {
return false;
}
return _subscribeController._lastUpdate != null;
}
bool get hasValueUpdate {
if (_subscribeController == null) {
return false;
}
return _subscribeController._lastUpdate != null;
}