taxListResponseFromMap function

TaxListResponse taxListResponseFromMap(
  1. String str
)

Implementation

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