lastIndex property

num get lastIndex

Implementation

_i2.num get lastIndex => _i6.getProperty(
      this,
      'lastIndex',
    );
set lastIndex (num value)

Implementation

set lastIndex(_i2.num value) {
  _i6.setProperty(
    this,
    'lastIndex',
    value,
  );
}