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