VariantMultipleBody constructor

VariantMultipleBody({
  1. List<String>? names,
  2. String? groupId,
  3. String? storeId,
})

Implementation

VariantMultipleBody({
  this.names,
  this.groupId,
  this.storeId,
});