bin property Null safety

XdrDataValue? bin

Implementation

XdrDataValue? get bin => this._bin;
void bin=(XdrDataValue? value)

Implementation

set bin(XdrDataValue? value) => this._bin = value;