TaxRateId.fromJson constructor
TaxRateId.fromJson(
- Object? json
Implementation
factory TaxRateId.fromJson(Object? json) => TaxRateId(id: (json as String));
factory TaxRateId.fromJson(Object? json) => TaxRateId(id: (json as String));