TaxProductRegistrationsResourceCountryOptionsUnitedStates constructor
const
TaxProductRegistrationsResourceCountryOptionsUnitedStates({
- TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax? localAmusementTax,
- TaxProductRegistrationsResourceCountryOptionsUsLocalLeaseTax? localLeaseTax,
- required String state,
- required TaxProductRegistrationsResourceCountryOptionsUnitedStatesType type,
TaxProductRegistrationsResourceCountryOptionsUnitedStates
Implementation
const TaxProductRegistrationsResourceCountryOptionsUnitedStates({
this.localAmusementTax,
this.localLeaseTax,
required this.state,
required this.type,
});