dispatchChanges method

void dispatchChanges(
  1. KeyValue changedProperty
)

Implementation

void dispatchChanges(KeyValue changedProperty) {
  lastSetterProperty = changedProperty;
  notifyListeners();
}