AvailabilityZoneDetail constructor

AvailabilityZoneDetail({
  1. String? name,
})

Implementation

AvailabilityZoneDetail({
  this.name,
});