HostedZoneConfig constructor

HostedZoneConfig({
  1. String? comment,
  2. bool? privateZone,
})

Implementation

HostedZoneConfig({
  this.comment,
  this.privateZone,
});