CustomDomain constructor

CustomDomain({
  1. String? domain,
  2. String? state,
})

Implementation

CustomDomain({
  this.domain,
  this.state,
});