ContactSettings constructor

ContactSettings({
  1. Contact? adminContact,
  2. String? privacy,
  3. Contact? registrantContact,
  4. Contact? technicalContact,
})

Implementation

ContactSettings({
  this.adminContact,
  this.privacy,
  this.registrantContact,
  this.technicalContact,
});