i128 property

Implementation

XdrInt128Parts? get i128 => this._i128;
void i128=(XdrInt128Parts? value)

Implementation

set i128(XdrInt128Parts? value) => this._i128 = value;