xNEy property Null safety

BranchingOperation xNEy
final

Implementation

static final BranchingOperation xNEy = BranchingOperation(
    name: 'x!=y',
    calc: (Model m) => m.program.doNextIf(m.compare(m.x, m.y) != 0));