SkuWebServices class Null safety

Implementers

Constructors

SkuWebServices()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getInnerProductSliders({required String productCode, required String relatedItemsEnum, int customerId}) Future<List<ProductDetailsModel>>
It's used to return related products list [...]
getProductDetails({required int skuid, int customerId}) Future<ProductDetailsModel>
It's used to get all product details. It must take product skuid
getProductDetailsScanner({required String skuCode, int customerId}) Future<ProductDetailsModel>
It's used to get all produt details. It must take product sku code
getSkuDetails({required String productCode, required int colorId, required int sizeId, required String switchType, int customerId}) Future<ProductDetailsModel>
It's used when changing the product color or product size. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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