i256 property

Implementation

XdrInt256Parts? get i256 => this._i256;
void i256=(XdrInt256Parts? value)

Implementation

set i256(XdrInt256Parts? value) => this._i256 = value;