CreateDomainResponse constructor

CreateDomainResponse({
  1. String? domainArn,
  2. String? url,
})

Implementation

CreateDomainResponse({
  this.domainArn,
  this.url,
});