defaultPrimaryKeyName top-level constant
String
const defaultPrimaryKeyName
The name of the default primary key column.
Implementation
const String defaultPrimaryKeyName = 'id';
The name of the default primary key column.
const String defaultPrimaryKeyName = 'id';