RenewDomainRequest constructor

RenewDomainRequest({
  1. bool? validateOnly,
  2. Money? yearlyPrice,
})

Implementation

RenewDomainRequest({
  this.validateOnly,
  this.yearlyPrice,
});