toJson method
Implementation
Map<String, dynamic> toJson() => {
"id": id,
"country_id": countryId,
"name": name,
"code": code,
"tax_name": taxNameValues.reverse[taxName],
"tax_type": taxType,
"shipping_zone_id": shippingZoneId,
"tax": tax,
"tax_percentage": taxPercentage,
};