TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax.fromJson constructor
TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax.fromJson(
- Object? json
Implementation
factory TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax.fromJson(
Object? json) {
final map = (json as Map).cast<String, Object?>();
return TaxProductRegistrationsResourceCountryOptionsUsLocalAmusementTax(
jurisdiction: (map['jurisdiction'] as String));
}