PresentationListLoaded constructor
const
PresentationListLoaded({
- bool? mightHaveMore,
- List<
PresentationModel?> ? values = const [],
Implementation
const PresentationListLoaded({this.mightHaveMore, this.values = const []});