IdbKeyCursorRow constructor

IdbKeyCursorRow(
  1. Object key,
  2. Object primaryKey
)

Create a cursor row with a key, and primaryKey.

Implementation

IdbKeyCursorRow(this.key, this.primaryKey);