type property Null safety
Implementation
XdrSCSpecTypeDef? get type => this._type;
Implementation
set type(XdrSCSpecTypeDef? value) => this._type = value;
XdrSCSpecTypeDef? get type => this._type;
set type(XdrSCSpecTypeDef? value) => this._type = value;