dispatchChanges method
void
dispatchChanges(
- KeyValue changedProperty
inherited
Implementation
void dispatchChanges(KeyValue changedProperty) {
lastSetterProperty = changedProperty;
notifyListeners();
}