CommentDelete constructor

CommentDelete(
  1. int documentId,
  2. int commentId
)

Implementation

CommentDelete(
  super.documentId,
  this.commentId,
);