TaxProductResourceTaxRateDetails constructor

const TaxProductResourceTaxRateDetails({
  1. String? country,
  2. required String percentageDecimal,
  3. String? state,
  4. TaxProductResourceTaxRateDetailsTaxType? taxType,
})

TaxProductResourceTaxRateDetails

Implementation

const TaxProductResourceTaxRateDetails({
  this.country,
  required this.percentageDecimal,
  this.state,
  this.taxType,
});