TaxProductResourceTaxRateDetails constructor
const
TaxProductResourceTaxRateDetails({
- String? country,
- required String percentageDecimal,
- String? state,
- TaxProductResourceTaxRateDetailsTaxType? taxType,
TaxProductResourceTaxRateDetails
Implementation
const TaxProductResourceTaxRateDetails({
this.country,
required this.percentageDecimal,
this.state,
this.taxType,
});