taxListResponseFromMap function
- String str
Implementation
TaxListResponse taxListResponseFromMap(String str) =>
TaxListResponse.fromMap(json.decode(str));
TaxListResponse taxListResponseFromMap(String str) =>
TaxListResponse.fromMap(json.decode(str));