replyCancel method

dynamic replyCancel()

Implementation

replyCancel() {
  mainCommnetId = -1;
  replyYes = false;
  subCommentId = -1;
  subCommnetReplyYes = false;
  replyTo = null;
}