onesCompl property Null safety
final
Implementation
static final NormalOperation onesCompl = NormalOperation.intOnly(
intCalc: (Model m) => m.integerSignMode = SignMode.onesComplement,
stackLift: StackLift.neutral,
name: "1's");