HostedZoneSummary constructor
HostedZoneSummary({
- required String hostedZoneId,
- required String name,
- required HostedZoneOwner owner,
Implementation
HostedZoneSummary({
required this.hostedZoneId,
required this.name,
required this.owner,
});