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