Domain constructor

Domain({
  1. String? domainName,
  2. String? hostedZoneId,
})

Implementation

Domain({
  this.domainName,
  this.hostedZoneId,
});