menu
nabit_app
model\tax_list_response.dart
taxListResponseToMap function
taxListResponseToMap
dark_mode
light_mode
taxListResponseToMap
function
String
taxListResponseToMap
(
TaxListResponse
data
)
Implementation
String taxListResponseToMap(TaxListResponse data) => json.encode(data.toMap());
nabit_app
tax_list_response
taxListResponseToMap function
tax_list_response library