ShopItemManager class

Constructors

ShopItemManager({required String itemId, required String categoryId})

Properties

categoryId String
no setter
hashCode int
The hash code for this object.
no setterinherited
itemId String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteItem() Future<void>
Deletes the item
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateItem({required String categoryId, required String itemName, required String itemDetails, required String url, required int itemPrice, required String currency, required String redirectLink}) Future<void>
Updates the item

Operators

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