factory Tax.fromJson(Map<String, dynamic> json) => Tax( id: json["id"], total: json["total"], subtotal: json["subtotal"], );