dart / 2 / dart-mirrors / comment / comment.html

Comment constructor

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

Implementation

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

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-mirrors/Comment/Comment.html