Comment constructor

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

Implementation

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