I have my Cart model as below
Cart
class Cart { String description; double unitCost; double amount; int quantity; String color; String imageUR