Ami constructor

Ami({
  1. String? accountId,
  2. String? description,
  3. String? image,
  4. String? name,
  5. String? region,
  6. ImageState? state,
})

Implementation

Ami({
  this.accountId,
  this.description,
  this.image,
  this.name,
  this.region,
  this.state,
});