AllWishlistWithProduct class

Constructors

AllWishlistWithProduct({required String sId, required String? name, required String? description, required String? type, required int? moq, required bool? isOutofstock, required bool? isMultiple, required String? imageId, required WishlistPrice? price, required List<WishlistImage>? images})
AllWishlistWithProduct.fromJson(Map<String, dynamic> json)

Properties

description String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
imageId String?
latefinal
images List<WishlistImage>?
latefinal
isMultiple bool?
latefinal
isOutofstock bool?
latefinal
moq int?
latefinal
name String?
latefinal
price WishlistPrice?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String
latefinal
type String?
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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