Images constructor

Images({
  1. int? created,
  2. List<ImageList>? data,
})

Implementation

Images({this.created, this.data});