TransferParameters constructor

TransferParameters({
  1. String? currentRegistrar,
  2. String? currentRegistrarUri,
  3. String? domainName,
  4. List<String>? nameServers,
  5. List<String>? supportedPrivacy,
  6. String? transferLockState,
  7. Money? yearlyPrice,
})

Implementation

TransferParameters({
  this.currentRegistrar,
  this.currentRegistrarUri,
  this.domainName,
  this.nameServers,
  this.supportedPrivacy,
  this.transferLockState,
  this.yearlyPrice,
});