type property

XdrSCSpecTypeDef? type

Implementation

XdrSCSpecTypeDef? get type => this._type;
void type=(XdrSCSpecTypeDef? value)

Implementation

set type(XdrSCSpecTypeDef? value) => this._type = value;