DomainId constructor

DomainId({
  1. String? customerPrimaryDomain,
})

Implementation

DomainId({
  this.customerPrimaryDomain,
});