HostedZoneSummary constructor

HostedZoneSummary({
  1. required String hostedZoneId,
  2. required String name,
  3. required HostedZoneOwner owner,
})

Implementation

HostedZoneSummary({
  required this.hostedZoneId,
  required this.name,
  required this.owner,
});