const Comment(String text, String trimmedText, bool isDocComment)

Source

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