OtherPropertyDefinition property
PropertyDefinitionBase?
get
OtherPropertyDefinition
Implementation
PropertyDefinitionBase? get OtherPropertyDefinition =>
this._otherPropertyDefinition;
set
OtherPropertyDefinition
(PropertyDefinitionBase? value)
Implementation
set OtherPropertyDefinition(PropertyDefinitionBase? value) {
this._otherPropertyDefinition = OtherPropertyDefinition;
this._value = null;
}