StoryCommentComponent constructor

StoryCommentComponent({
  1. required String type,
  2. required String id,
  3. required String text,
})

Implementation

StoryCommentComponent({
  required this.type,
  required this.id,
  required this.text,
});