autoClosingPairs property
List<AutoClosingPair> ?
get
autoClosingPairs
The language's auto closing pairs.
Implementation
_i2.List<_i3.AutoClosingPair>? get autoClosingPairs => (_i5.getProperty(
this,
'autoClosingPairs',
) as _i2.List?)
?.cast();
set
autoClosingPairs
(List<AutoClosingPair> ? value)
Implementation
set autoClosingPairs(_i2.List<_i3.AutoClosingPair>? value) {
_i5.setProperty(
this,
'autoClosingPairs',
value ?? _i6.undefined,
);
}