CommentReply constructor

CommentReply({
  1. CommentThread? thread,
  2. String? text,
})

Implementation

factory CommentReply({
  _i3.CommentThread? thread,
  _i2.String? text,
}) =>
    CommentReply._(
      thread: thread ?? _i6.undefined,
      text: text,
    );