VerticalFeedItemProductCardComponent class
This data class represents the ProductCatalog component.
- Implemented types
Constructors
-
VerticalFeedItemProductCardComponent.new({required String type, required String id, required String? customPayload, String? text, String? actionUrl, List<
STRProductItem> ? products}) -
VerticalFeedItemProductCardComponent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionUrl → String?
-
actionUrl action url 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
- text → String?
-
text text of the interactive component
final
- 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