isSelfUpdated method

bool isSelfUpdated()

whether the node's own data is updated

Implementation

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