PresentationListLoaded constructor

const PresentationListLoaded({
  1. bool? mightHaveMore,
  2. List<PresentationModel?>? values = const [],
})

Implementation

const PresentationListLoaded({this.mightHaveMore, this.values = const []});