Taxes.fromJson(Map<String, dynamic> json) { id = json['id']; total = json['total']; subtotal = json['subtotal']; }