primaryKey property

Object get primaryKey

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

MDN Reference

Implementation

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