IdbCursorRow constructor

IdbCursorRow(
  1. Object key,
  2. Object primaryKey,
  3. Object value
)

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

Implementation

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