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