u256 property

Implementation

XdrUInt256Parts? get u256 => this._u256;
void u256=(XdrUInt256Parts? value)

Implementation

set u256(XdrUInt256Parts? value) => this._u256 = value;