TrackProductEventArgs class

Constructors

TrackProductEventArgs({required String cartId, required String productId, required String pageUrl, required String variantId, String? imgUrl, String? name, String? price, String? handle})
TrackProductEventArgs.fromJson(Map<String, dynamic> json)
factory

Properties

cartId String
final
handle String?
final
hashCode int
The hash code for this object.
no setterinherited
imgUrl String?
final
name String?
final
pageUrl String
final
price String?
final
productId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variantId String
final

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