SimpleImageListUpdated constructor

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

Implementation

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