Id constructor

const Id({
  1. bool autoIncrement = true,
})

Implementation

const Id({this.autoIncrement = true});