isSelfUpdated method
whether the node's own data is updated
Implementation
bool isSelfUpdated() {
return _listController != null && _listController!.initialized;
}
whether the node's own data is updated
bool isSelfUpdated() {
return _listController != null && _listController!.initialized;
}