StoryProductTagComponent constructor

StoryProductTagComponent({
  1. required String type,
  2. required String id,
  3. required String? customPayload,
  4. String? actionUrl,
  5. List<STRProductItem>? products,
})

Implementation

StoryProductTagComponent({
  required this.type,
  required this.id,
  required this.customPayload,
  this.actionUrl,
  this.products,
});