RegisterDomainResponse constructor
RegisterDomainResponse({
- RegisterDomainResponseStatus? status,
- List<
SquareError> ? errors, - String? cursor,
Implementation
RegisterDomainResponse({
this.status, this.errors, this.cursor
});