SectionListUpdated constructor Null safety

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

Implementation

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