SimpleImageListLoaded constructor Null safety
- {bool? mightHaveMore,
- List<
SimpleImageModel?> ? values = const []}
Implementation
const SimpleImageListLoaded({this.mightHaveMore, this.values = const []});
const SimpleImageListLoaded({this.mightHaveMore, this.values = const []});