Map<String, dynamic> toJson() => { "title": title, "product_id": productId, "quantity": quantity, "_links": links!.toJson(), };