CreateCustomerGroup constructor

CreateCustomerGroup({
  1. required CustomerGroup group,
  2. String? idempotencyKey,
})

Implementation

CreateCustomerGroup({
  required this.group, this.idempotencyKey
});