UpdateHotListEvent<Record, Key> constructor
const
UpdateHotListEvent<Record, Key> ({
- required HotListChanges<
Record, Key> changes,
Creates a new UpdateHotListEvent.
Implementation
const UpdateHotListEvent({required this.changes});