Property constructor
const
Property({
- PropertyType? type,
- int? uid,
- bool signed = true,
See Property.
Implementation
const Property({this.type, this.uid, this.signed = true});