get method

bool get(
  1. int bit
)

Implementation

bool get(int bit) => _bits.contains(bit);