RegisterParameters constructor

RegisterParameters({
  1. String? availability,
  2. String? domainName,
  3. List<String>? domainNotices,
  4. List<String>? supportedPrivacy,
  5. Money? yearlyPrice,
})

Implementation

RegisterParameters({
  this.availability,
  this.domainName,
  this.domainNotices,
  this.supportedPrivacy,
  this.yearlyPrice,
});