CreateCheckoutResponse constructor

const CreateCheckoutResponse({
  1. Checkout? checkout,
  2. List<SquareError>? errors,
})

Implementation

const CreateCheckoutResponse({this.checkout, super.errors});