u128 property

Implementation

XdrUInt128Parts? get u128 => this._u128;
void u128=(XdrUInt128Parts? value)

Implementation

set u128(XdrUInt128Parts? value) => this._u128 = value;