Property constructor

const Property({
  1. PropertyType? type,
  2. int? uid,
  3. bool signed = true,
})

See Property.

Implementation

const Property({this.type, this.uid, this.signed = true});