menu
reflectable package
documentation
mirrors.dart
Comment
Comment const constructor
Comment 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);
reflectable package
documentation
mirrors
Comment
Comment const constructor
Comment class