StoryComment constructor

StoryComment(
  1. String text,
  2. StoryActor writer
)

Implementation

StoryComment(this.text, this.writer);