MapChanges constructor
const
MapChanges({})
Implementation
const MapChanges({
this.added = const [],
this.removed = const [],
this.modified = const [],
this.unchanged = const [],
});
const MapChanges({
this.added = const [],
this.removed = const [],
this.modified = const [],
this.unchanged = const [],
});