clear method

void clear(
  1. int bit
)

Implementation

void clear(int bit) => _bits.remove(bit);