SitesResponse constructor

SitesResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Site? site,
  4. List<Site>? sites,
})

Implementation

SitesResponse({
  this.cursor, this.errors, this.site, this.sites
});