VariantGroupBody constructor

VariantGroupBody({
  1. String? name,
  2. bool? isGrouped,
  3. String? storeId,
})

Implementation

VariantGroupBody({
  this.name,
  this.isGrouped,
  this.storeId,
});