popSetResultXI property Null safety
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);
}
Pop the stack and set X from a signed BigInt, setting lastX
// ignore: avoid_setters_without_getters
set popSetResultXI(BigInt v) {
popSetResultX = _integerSignMode.fromBigInt(v, this);
}