UpdateCustomerGroupResponse constructor

const UpdateCustomerGroupResponse({
  1. CustomerGroup? group,
  2. List<SquareError>? errors,
})

Implementation

const UpdateCustomerGroupResponse({this.group, super.errors});