menu
list_controller package
documentation
mixins/hot_list.dart
HotListChanges<Record, Key>
recordsToInsert property
recordsToInsert property
dark_mode
light_mode
recordsToInsert
property
Set
<
Record
>
recordsToInsert
final
List of records to be added to the list.
Implementation
final Set<Record> recordsToInsert;
list_controller package
documentation
mixins/hot_list
HotListChanges<Record, Key>
recordsToInsert property
HotListChanges class