SimpleImageListUpdated constructor Null safety

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

Implementation

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