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