TaxProductRegistrationsResourceCountryOptionsEurope constructor

const TaxProductRegistrationsResourceCountryOptionsEurope({
  1. TaxProductRegistrationsResourceCountryOptionsEuStandard? standard,
  2. required TaxProductRegistrationsResourceCountryOptionsEuropeType type,
})

TaxProductRegistrationsResourceCountryOptionsEurope

Implementation

const TaxProductRegistrationsResourceCountryOptionsEurope({
  this.standard,
  required this.type,
});