key property

Object get key

Returns the key of the cursor. Throws a "InvalidStateError" DOMException if the cursor is advancing or is finished.

MDN Reference

Implementation

_i2.Object get key => _i4.getProperty(
      this,
      'key',
    );