Property constructor
Property({
- String? name,
- String? value,
- PropertyType? ptype,
Implementation
Property({
this.name,
this.value,
this.ptype,
});
Property({
this.name,
this.value,
this.ptype,
});