KeyCursorRow constructor

KeyCursorRow(
  1. dynamic key,
  2. dynamic primaryKey
)

Create a cursor row with a key, and primaryKey.

Implementation

KeyCursorRow(this.key, this.primaryKey);