CommentInReplyTo constructor

CommentInReplyTo({
  1. String? id,
})

Implementation

CommentInReplyTo({
  this.id,
});