PricingExpression constructor
PricingExpression({})
Implementation
PricingExpression({
this.baseUnit,
this.baseUnitConversionFactor,
this.baseUnitDescription,
this.displayQuantity,
this.tieredRates,
this.usageUnit,
this.usageUnitDescription,
});