popSetResultXI property Null safety

void popSetResultXI=(BigInt v)

Pop the stack and set X from a signed BigInt, setting lastX

Implementation

// ignore: avoid_setters_without_getters
set popSetResultXI(BigInt v) {
  popSetResultX = _integerSignMode.fromBigInt(v, this);
}