VerticalFeedItemProductCatalogComponent class
This data class represents the ProductCatalog component.
- Implemented types
Constructors
-
VerticalFeedItemProductCatalogComponent.new({required String type, required String id, required String? customPayload, List<
String> ? actionUrlList, List<STRProductItem> ? products}) -
VerticalFeedItemProductCatalogComponent.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
actionUrlList
→ List<
String> ? -
actionUrlList action url list assigned to the interactive component
final
- customPayload → String?
-
custom payload for the interactive component if exists
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
id of the interactive component
final
-
products
→ List<
STRProductItem> ? -
products products assigned to the interactive component
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
type Type of the interactive component
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited