HotListChanges<Record, Key> constructor

const HotListChanges<Record, Key>({
  1. Set<Record> recordsToInsert = const {},
  2. Set<Key> recordKeysToRemove = const {},
})

Creates a new HotListChanges object.

Implementation

const HotListChanges({
  this.recordsToInsert = const {},
  this.recordKeysToRemove = const {},
});