PropertyDefinition property
PropertyDefinitionBase?
get
PropertyDefinition
Implementation
PropertyDefinitionBase? get PropertyDefinition => this.propertyDefinition;
set
PropertyDefinition
(PropertyDefinitionBase? value)
Implementation
set PropertyDefinition(PropertyDefinitionBase? value) {
this.propertyDefinition = value;
}