ImagesListResponse constructor

ImagesListResponse({
  1. List<Image>? images,
})

Implementation

ImagesListResponse({
  this.images,
});