endBatch method

void endBatch()

Implementation

void endBatch() {
  _isBatchMode = false;
  if (hasListeners) {
    notifyListeners();
  }
}