HostedZoneLimit constructor

HostedZoneLimit({
  1. required HostedZoneLimitType type,
  2. required int value,
})

Implementation

HostedZoneLimit({
  required this.type,
  required this.value,
});