menu
another_square package
documentation
square_models.dart
SnippetResponse
SnippetResponse.new constructor
SnippetResponse.new constructor
dark_mode
light_mode
SnippetResponse
constructor
SnippetResponse
(
{
String
?
cursor
,
List
<
SquareError
>
?
errors
,
Snippet
?
snippet
,
List
<
Snippet
>
?
snippets
,
})
Implementation
SnippetResponse({ this.cursor, this.errors, this.snippet, this.snippets });
another_square package
documentation
square_models
SnippetResponse
SnippetResponse.new constructor
SnippetResponse class