PriceGroupBody constructor

PriceGroupBody({
  1. String? name,
  2. String? locale,
  3. String? storeId,
})

Implementation

PriceGroupBody({
  this.name,
  this.locale,
  this.storeId,
});