ListCustomerGroupsResponse constructor

const ListCustomerGroupsResponse({
  1. List<CustomerGroup>? groups,
  2. String? cursor,
  3. List<SquareError>? errors,
})

Implementation

const ListCustomerGroupsResponse({
  this.groups,
  this.cursor,
  super.errors,
});