UpdateCustomerResponse constructor

const UpdateCustomerResponse({
  1. List<SquareError>? errors,
  2. Customer? customer,
})

Implementation

const UpdateCustomerResponse({super.errors, this.customer});