CompatibleImage constructor

CompatibleImage({
  1. String? amiId,
  2. String? name,
})

Implementation

CompatibleImage({
  this.amiId,
  this.name,
});