StateChanged constructor
Returns a new StateChanged instance.
Implementation
StateChanged({
required this.oldState,
required this.newState,
required this.modified,
});
Returns a new StateChanged instance.
StateChanged({
required this.oldState,
required this.newState,
required this.modified,
});