v property

int get v

Alias for discriminant, the original XDR field name.

Implementation

int get v => this._v;
set v (int value)

Implementation

set v(int value) => this._v = value;