ModelListState constructor
const
ModelListState({})
Implementation
const ModelListState({
required this.preloadedModels,
required this.collectionModels,
required this.soloModels,
required this.hiddenModels,
required this.isError,
required this.isLoading,
});