PresentationListUpdated constructor

const PresentationListUpdated({
  1. List<PresentationModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const PresentationListUpdated({this.value, this.mightHaveMore});