BookletListUpdated constructor
const
BookletListUpdated({
- List<
BookletModel?> ? value, - bool? mightHaveMore,
Implementation
const BookletListUpdated({this.value, this.mightHaveMore});