Comment constructor Null safety

const Comment(
  1. String text,
  2. String trimmedText,
  3. bool isDocComment
)

Implementation

const Comment(this.text, this.trimmedText, this.isDocComment);