Property constructor

const Property(
  1. {int type,
  2. int flag,
  3. int uid}
)

Implementation

const Property({this.type, this.flag, this.uid});