VideoFeedButtonComponent constructor

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

Implementation

VideoFeedButtonComponent({
  required super.type,
  required super.id,
  super.customPayload,
  this.text,
  this.actionUrl,
  this.products,
});