RetrieveCardResponse constructor

const RetrieveCardResponse({
  1. Card? card,
  2. List<SquareError>? errors,
})

Implementation

const RetrieveCardResponse({
  this.card,
  super.errors,
});