CheckoutResponse constructor
CheckoutResponse({
- Checkout? checkout,
- List<
SquareError> ? errors, - String? cursor,
Implementation
CheckoutResponse({
this.checkout, this.errors, this.cursor
});