AvailabilityZone constructor

AvailabilityZone({
  1. String? name,
  2. List<SupportedPlatform>? supportedPlatforms,
})

Implementation

AvailabilityZone({
  this.name,
  this.supportedPlatforms,
});