CardResponse constructor

CardResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. Card? card,
  4. List<Card>? cards,
})

Implementation

CardResponse({
  this.cursor, this.errors, this.card, this.cards
});