ListImagesResponse constructor
ListImagesResponse({
- List<
ImageIdentifier> ? imageIds, - String? nextToken,
Implementation
ListImagesResponse({
this.imageIds,
this.nextToken,
});