Dart
dart:mirrors
Comment
Comment const constructor
Comment
Comment class
Constructors
Comment
Properties
isDocComment
text
trimmedText
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Comment constructor
const
Comment
(
String
text
,
String
trimmedText
,
bool
isDocComment
)
Implementation
const Comment(this.text, this.trimmedText, this.isDocComment);