discriminant property

XdrEnvelopeType discriminant

Implementation

XdrEnvelopeType get discriminant => this._type;
void discriminant= (XdrEnvelopeType value)

Implementation

set discriminant(XdrEnvelopeType value) => this._type = value;