DividerListUpdated constructor Null safety

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

Implementation

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