menu
dart_cart package
documentation
cart_model
CartItem
CartItem.fromJson factory constructor
CartItem.fromJson
brightness_4
CartItem.fromJson
constructor
Null safety
CartItem.fromJson
(
String
str
)
Implementation
factory CartItem.fromJson(String str) => CartItem.fromMap(json.decode(str));
dart_cart package
documentation
cart_model
CartItem
CartItem.fromJson factory constructor
CartItem class
Constructors
CartItem
fromJson
fromMap
Properties
hashCode
itemCartIndex
productDetails
productId
productName
quantity
runtimeType
subTotal
uniqueCheck
unitPrice
uuid
Methods
noSuchMethod
toJson
toMap
toString
Operators
operator ==