HostedZoneLimit constructor
HostedZoneLimit({
- required HostedZoneLimitType type,
- required int value,
Implementation
HostedZoneLimit({
required this.type,
required this.value,
});