WishListRepo class

Constructors

WishListRepo()

Properties

allWishList List
getter/setter pair
graphQLConfiguration ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wishListByCart ↔ dynamic
getter/setter pair
wishListCheck bool
getter/setter pair

Methods

addWishListByCart(String userId, String packId) Future
changeProductWishlist(String userId, String productId) Future
checkProductWishList(String userId, String packId) Future
getAllProductWishlistForVerification(String userId) Future
getAllWishList(String userId) Future
getAllWishListWithProduct(String userId) Future
getSingleProductWishlist(String userId, String productId) Future
getWishListForVarification(String userId) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeWishlist(String userId, String wishlistId) Future<bool>
removeWishlistByProductId(String userId, String productId) Future<bool>
toString() String
A string representation of this object.
inherited
updateWishlist(String userId, String packId) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited