indices property
RegExpIndicesArray?
get
indices
Implementation
_i11.RegExpIndicesArray? get indices => _i6.getProperty(
this,
'indices',
);
set
indices
(RegExpIndicesArray? value)
Implementation
set indices(_i11.RegExpIndicesArray? value) {
_i6.setProperty(
this,
'indices',
value ?? _i5.undefined,
);
}