PresentationListLoaded constructor Null safety

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

Implementation

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