characterPairSupport property
dynamic
get
characterPairSupport
Deprecated Do not use.
@deprecated * Use the autoClosingPairs property in the language configuration file instead.
Implementation
_i2.dynamic get characterPairSupport => _i5.getProperty(
this,
'__characterPairSupport',
);
set
characterPairSupport
(dynamic value)
Implementation
set characterPairSupport(_i2.dynamic value) {
_i5.setProperty(
this,
'__characterPairSupport',
value ?? _i6.undefined,
);
}