enter property Null safety
final
Implementation
static final NormalOperation enter = NormalOperation(
calc: (Model m) => m.pushStack(),
stackLift: StackLift.disable,
name: 'ENTER');
static final NormalOperation enter = NormalOperation(
calc: (Model m) => m.pushStack(),
stackLift: StackLift.disable,
name: 'ENTER');