PrimaryKey constructor

const PrimaryKey({
  1. bool autoGenerate = false,
})

Defaults autoGenerate to false.

Implementation

const PrimaryKey({this.autoGenerate = false});