PricingPlan constructor
PricingPlan({})
Returns a new PricingPlan instance.
Implementation
PricingPlan({
required this.key,
required this.name,
required this.price,
this.priceOnRequest,
this.projectQuotas = 0,
this.projectQuotasDisabled,
this.modelQuotas = '0',
this.modelQuotasDisabled,
this.seoOptimization,
this.viewReporting,
this.customQrCodes,
this.scenesApp,
this.hidden,
});