primaryKey property

  1. @override
String get primaryKey
override

The primary key associated with the table.

Implementation

@override
String get primaryKey => 'id';