xI property Null safety

BigInt xI

Get x as a signed BigInt

Implementation

BigInt get xI => _integerSignMode.toBigInt(_stack[0], this);
void xI=(BigInt v)

Set x from a signed BigInt

Implementation

set xI(BigInt v) => x = _integerSignMode.fromBigInt(v, this);