docComment property
dynamic
get
docComment
This property is deprecated and not fully supported anymore by the editor (scope and lineStart are ignored). Use the autoClosingPairs property in the language configuration file instead. @deprecated
Implementation
_i2.dynamic get docComment => _i5.getProperty(
this,
'docComment',
);
set
docComment
(dynamic value)
Implementation
set docComment(_i2.dynamic value) {
_i5.setProperty(
this,
'docComment',
value ?? _i6.undefined,
);
}