BasePropertySet property
BasePropertySet?
get
BasePropertySet
Implementation
enumerations.BasePropertySet? get BasePropertySet => this._basePropertySet;
set
BasePropertySet
(BasePropertySet? value)
Implementation
set BasePropertySet(enumerations.BasePropertySet? value) {
this._ThrowIfReadonly();
this._basePropertySet = value;
}