autoClosingPairs property

List get autoClosingPairs

@deprecated

Implementation

_i2.List<_i2.dynamic> get autoClosingPairs => (_i5.getProperty(
      this,
      'autoClosingPairs',
    ) as _i2.List)
        .cast();
set autoClosingPairs (List value)

Implementation

set autoClosingPairs(_i2.List<_i2.dynamic> value) {
  _i5.setProperty(
    this,
    'autoClosingPairs',
    value,
  );
}