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