SnippetResponse constructor

SnippetResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Snippet? snippet,
  4. List<Snippet>? snippets,
})

Implementation

SnippetResponse({
  this.cursor, this.errors, this.snippet, this.snippets
});