Implementation
String get id; String? get checkoutUrl; CartCost? get cost; int? get totalQuantity; List<CartDiscountAllocation?>? get discountAllocations; List<CartDiscountCode?>? get discountCodes; String? get createdAt; List<Attribute?>? get attributes;