index property

IDBIndex Function(String) get index

Implementation

_i3.IDBIndex Function(_i2.String) get index =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'index',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set index (IDBIndex value(String))

Implementation

set index(_i3.IDBIndex Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'index',
    _i4.allowInterop(value),
  );
}