menu
another_square package
documentation
square_models.dart
SitesResponse
SitesResponse.new constructor
SitesResponse.new constructor
dark_mode
light_mode
SitesResponse
constructor
SitesResponse
(
{
String
?
cursor
,
List
<
SquareError
>
?
errors
,
Site
?
site
,
List
<
Site
>
?
sites
,
})
Implementation
SitesResponse({ this.cursor, this.errors, this.site, this.sites });
another_square package
documentation
square_models
SitesResponse
SitesResponse.new constructor
SitesResponse class