Property constructor

const Property({
  1. String nameInDb = "",
  2. int length = 0,
})

Implementation

const Property({this.nameInDb: "", this.length: 0});