set property Null safety

XdrSCSpecTypeSet? set

Implementation

XdrSCSpecTypeSet? get set => this._set;
void set=(XdrSCSpecTypeSet? value)

Implementation

set set(XdrSCSpecTypeSet? value) => this._set = value;