CartProduct class
Constructors
- CartProduct.new({int? id, String? title, String? bodyHtml, String? vendor, String? productType, String? createdAt, String? handle, String? updatedAt, String? publishedAt, String? templateSuffix, String? status, String? publishedScope, String? tags, String? adminGraphqlApiId, Variant? variant, Image? image, int? cartQuantity, bool? isVariation})
-
CartProduct.fromJson(Map<
String, dynamic> json)
Properties
- adminGraphqlApiId ↔ String?
-
getter/setter pair
- bodyHtml ↔ String?
-
getter/setter pair
- cartQuantity ↔ int?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- handle ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- image ↔ Image?
-
getter/setter pair
- isVariation ↔ bool?
-
getter/setter pair
- productType ↔ String?
-
getter/setter pair
- publishedAt ↔ String?
-
getter/setter pair
- publishedScope ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
getter/setter pair
-
getter/setter pair
- templateSuffix ↔ String?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- updatedAt ↔ String?
-
getter/setter pair
- variant ↔ Variant?
-
getter/setter pair
- vendor ↔ String?
-
getter/setter pair
Methods
-
findVariationImage(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
price(
) → String? -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited