HotListChanges<Record, Key> constructor
const
HotListChanges<Record, Key> ({})
Creates a new HotListChanges object.
Implementation
const HotListChanges({
this.recordsToInsert = const {},
this.recordKeysToRemove = const {},
});