comments property
CommentRule?
get
comments
The language's comment settings.
Implementation
_i3.CommentRule? get comments => _i5.getProperty(
this,
'comments',
);
set
comments
(CommentRule? value)
Implementation
set comments(_i3.CommentRule? value) {
_i5.setProperty(
this,
'comments',
value ?? _i6.undefined,
);
}