i128 property

XdrInt128Parts? get i128

Implementation

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

Implementation

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