index property

num? index

The index of the search at which the result was found.

Implementation

_i2.num? get index => _i6.getProperty(
      this,
      'index',
    );
void index=(num? value)

Implementation

set index(_i2.num? value) {
  _i6.setProperty(
    this,
    'index',
    value ?? _i5.undefined,
  );
}