reportChanged method

void reportChanged()

Implementation

void reportChanged() {
  _context
    ..startBatch()
    ..propagateChanged(this)
    ..endBatch();
}