popSetResultX property Null safety
Pop the stack and set X, setting lastX
Implementation
// ignore: avoid_setters_without_getters
set popSetResultX(Value v) {
_popStackSetLastX();
x = v;
needsSave = true;
}
Pop the stack and set X, setting lastX
// ignore: avoid_setters_without_getters
set popSetResultX(Value v) {
_popStackSetLastX();
x = v;
needsSave = true;
}