BookletListLoaded constructor

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

Implementation

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