discriminant property

XdrMemoType discriminant

Implementation

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

Implementation

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