twosCompl property Null safety

NormalOperation twosCompl
final

Implementation

static final NormalOperation twosCompl = NormalOperation.intOnly(
    intCalc: (Model m) => m.integerSignMode = SignMode.twosComplement,
    stackLift: StackLift.neutral,
    name: "2's");