VariantBody constructor

VariantBody({
  1. String? name,
  2. String? groupId,
  3. String? storeId,
})

Implementation

VariantBody({
  this.name,
  this.groupId,
  this.storeId,
});