CursorRow constructor

CursorRow(
  1. dynamic key,
  2. dynamic primaryKey,
  3. dynamic value
)

Create a cursor row with a key, primaryKey and value.

Implementation

CursorRow(super.key, super.primaryKey, this.value);