vec property Null safety

XdrSCSpecTypeVec? vec

Implementation

XdrSCSpecTypeVec? get vec => this._vec;
void vec=(XdrSCSpecTypeVec? value)

Implementation

set vec(XdrSCSpecTypeVec? value) => this._vec = value;