CheckoutResponse constructor

CheckoutResponse({
  1. Checkout? checkout,
  2. List<SquareError>? errors,
  3. String? cursor,
})

Implementation

CheckoutResponse({
  this.checkout, this.errors, this.cursor
});