VideoFeedCommentComponent constructor

VideoFeedCommentComponent({
  1. required String type,
  2. required String id,
  3. String? customPayload,
  4. String? text,
})

Implementation

VideoFeedCommentComponent({
  required super.type,
  required super.id,
  super.customPayload,
  this.text,
});