BookletListUpdated constructor Null safety

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

Implementation

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