menu
tom_reflection package
documentation
generated.dart
Comment
Comment.new const constructor
Comment.new const constructor
dark_mode
light_mode
Comment
constructor
const
Comment
(
String
text
,
String
trimmedText
,
bool
isDocComment
)
Implementation
const Comment(this.text, this.trimmedText, this.isDocComment);
tom_reflection package
documentation
generated
Comment
Comment.new const constructor
Comment class