UpdateHotListEvent<Record, Key> constructor

const UpdateHotListEvent<Record, Key>({
  1. required HotListChanges<Record, Key> changes,
})

Creates a new UpdateHotListEvent.

Implementation

const UpdateHotListEvent({required this.changes});