Id constructor

const Id({
  1. bool autoincrement = false,
})

Implementation

const Id({this.autoincrement: false});