PRIMARY_KEY_FIELD constant

String const PRIMARY_KEY_FIELD

Dart field name of the primary key, pulled from the PRIMARY_KEY_COLUMN

Implementation

// ignore: constant_identifier_names
static const PRIMARY_KEY_FIELD = 'primaryKey';