Comment constructor

Comment(
  1. String lang,
  2. String description,
  3. String comment
)

Implementation

Comment(this.lang, this.description, this.comment);