KeyCursorRow constructor
KeyCursorRow(
- dynamic key,
- dynamic primaryKey
Create a cursor row with a key
, and primaryKey
.
Implementation
KeyCursorRow(this.key, this.primaryKey);
Create a cursor row with a key
, and primaryKey
.
KeyCursorRow(this.key, this.primaryKey);