enter property Null safety

NormalOperation enter
final

Implementation

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