CatalogModifier constructor

CatalogModifier({
  1. int? ordinal,
  2. String? name,
  3. String? modifierListId,
  4. Money? priceMoney,
})

Implementation

CatalogModifier({
  this.ordinal, this.name, this.modifierListId, this.priceMoney
});