UpdateDomainOptions constructor

UpdateDomainOptions({
  1. String? catchAllInboxId,
})

Returns a new UpdateDomainOptions instance.

Implementation

UpdateDomainOptions({
  this.catchAllInboxId,
});