CommentModel constructor

CommentModel(
  1. Encoding encoding,
  2. String language,
  3. String description,
  4. String body,
)

Implementation

CommentModel(this.encoding, this.language, this.description, this.body);