EntityDelta<T> constructor
const
EntityDelta<T> ({})
Implementation
const EntityDelta({
this.added = const [],
this.removed = const [],
this.moved = const [],
this.updated = const [],
});
const EntityDelta({
this.added = const [],
this.removed = const [],
this.moved = const [],
this.updated = const [],
});