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