PrimaryKey constructor

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

Implementation

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