NUIDBFieldTracker constructor

NUIDBFieldTracker({
  1. String name = "",
  2. String type = "",
  3. bool primaryKey = false,
})

Implementation

NUIDBFieldTracker({this.name = "", this.type = "", this.primaryKey = false});