RegisterDomainResponse constructor

RegisterDomainResponse({
  1. RegisterDomainResponseStatus? status,
  2. List<SquareError>? errors,
  3. String? cursor,
})

Implementation

RegisterDomainResponse({
  this.status, this.errors, this.cursor
});