ListImagesResponse constructor

ListImagesResponse({
  1. List<Image>? images,
  2. String? nextToken,
})

Implementation

ListImagesResponse({
  this.images,
  this.nextToken,
});