AvailabilityZone constructor
AvailabilityZone({
- String? name,
- List<
SupportedPlatform> ? supportedPlatforms,
Implementation
AvailabilityZone({
this.name,
this.supportedPlatforms,
});