SimpleImageListLoaded constructor

const SimpleImageListLoaded({
  1. bool? mightHaveMore,
  2. List<SimpleImageModel?>? values = const [],
})

Implementation

const SimpleImageListLoaded({this.mightHaveMore, this.values = const []});