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