bool isSelfUpdated()

whether the node's own data is updated

Source

bool isSelfUpdated() {
  return _listController != null && _listController.initialized;
}