CartSummaryModel class Null safety
Constructors
-
CartSummaryModel({List<
CartItemModel> ? items, List<Summary> ? summary, ConfigDeliveryPeriod? configDeliveryPeriod, bool? enablePickAtStore}) -
CartSummaryModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configDeliveryPeriod ↔ ConfigDeliveryPeriod?
-
read / write
- enablePickAtStore ↔ bool?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
CartItemModel> ? -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
summary
↔ List<
Summary> ? -
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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