PrimaryKey constructor

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

Implementation

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