percentage property
final
Percentage to apply to the Price.
null means this PriceModifier modifies the Price by a fixed Sum.
Implementation
final Percentage? percentage;
Percentage to apply to the Price.
null means this PriceModifier modifies the Price by a fixed Sum.
final Percentage? percentage;