Comment constructor

const Comment(
  1. String comment,
  2. CommentType type
)

Implementation

const Comment(this.comment, this.type);