toModel method
Constructs a new PriceModifier from this PriceModifierMixin.
Implementation
PriceModifier toModel() =>
PriceModifier(percentage: percentage, amount: amount.toModel());
Constructs a new PriceModifier from this PriceModifierMixin.
PriceModifier toModel() =>
PriceModifier(percentage: percentage, amount: amount.toModel());