PresentationListUpdated constructor Null safety
- {List<
PresentationModel?> ? value, - bool? mightHaveMore}
Implementation
const PresentationListUpdated({this.value, this.mightHaveMore});
const PresentationListUpdated({this.value, this.mightHaveMore});