Property constructor
Property({
- String name = '',
- Property_PropertyType type = Property_PropertyType.$default,
- String description = '',
Implementation
Property({
this.name = '',
this.type = Property_PropertyType.$default,
this.description = '',
}) : super(fullyQualifiedName);