AvailabilityZone constructor Null safety

AvailabilityZone(
  1. {String? name}
)

Implementation

AvailabilityZone({
  this.name,
});