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