blockComment property
CharacterPair?
get
blockComment
The block comment character pair, like /* block comment */
Implementation
_i3.CharacterPair? get blockComment => _i5.getProperty(
this,
'blockComment',
);
set
blockComment
(CharacterPair? value)
Implementation
set blockComment(_i3.CharacterPair? value) {
_i5.setProperty(
this,
'blockComment',
value == null
? _i6.undefined
: [
value.$1,
value.$2,
],
);
}