TaxProductRegistrationsResourceCountryOptionsSimplified.fromJson constructor
TaxProductRegistrationsResourceCountryOptionsSimplified.fromJson(
- Object? json
Implementation
factory TaxProductRegistrationsResourceCountryOptionsSimplified.fromJson(
Object? json) {
final map = (json as Map).cast<String, Object?>();
return TaxProductRegistrationsResourceCountryOptionsSimplified();
}