ListState<Record, Query> constructor
const
ListState<Record, Query> ({})
Creates a list state.
Implementation
const ListState({
required this.query,
this.records = const [],
this.stage = const IdleListStage(),
this.isInitialized = false,
});