GridListUpdated constructor Null safety

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

Implementation

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