VideoFeedComponent constructor

VideoFeedComponent({
  1. required String type,
  2. required String id,
  3. String? customPayload,
})

Implementation

VideoFeedComponent({
  required this.type,
  required this.id,
  this.customPayload,
});