discriminant property Null safety

XdrSignerKeyType discriminant

Implementation

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

Implementation

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