CommentPost constructor

CommentPost({
  1. String? id,
})

Implementation

CommentPost({
  this.id,
});