indices property

Implementation

_i11.RegExpIndicesArray? get indices => _i6.getProperty(
      this,
      'indices',
    );
void indices=(RegExpIndicesArray? value)

Implementation

set indices(_i11.RegExpIndicesArray? value) {
  _i6.setProperty(
    this,
    'indices',
    value ?? _i5.undefined,
  );
}