ListDomainsResponse constructor

ListDomainsResponse({
  1. List<Domain>? domains,
  2. String? nextPageToken,
})

Implementation

ListDomainsResponse({
  this.domains,
  this.nextPageToken,
});