CartItemModel class
- Available extensions
Constructors
-
CartItemModel({required int id, required int userId, required List<
CartProduct> products}) -
const
-
CartItemModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
) → Cart -
Available on CartItemModel, provided by the CartItemModelMapper extension
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited