static int clearBit({required int bit, int? value}) { return _setBit(bit: bit, value: value, on: false); }