AvailabilityZone constructor

AvailabilityZone({
  1. String? name,
})

Implementation

AvailabilityZone({
  this.name,
});