PricingOption constructor
Implementation
PricingOption({
this.packageId,
this.packageName,
this.tripTaxUsd,
this.discountedPrice,
this.discountedPercentage,
this.totalDiscountedPrice,
});
PricingOption({
this.packageId,
this.packageName,
this.tripTaxUsd,
this.discountedPrice,
this.discountedPercentage,
this.totalDiscountedPrice,
});