ListCompatibleImagesResult constructor
ListCompatibleImagesResult({
- List<
CompatibleImage> ? compatibleImages, - String? nextToken,
Implementation
ListCompatibleImagesResult({
this.compatibleImages,
this.nextToken,
});