has method

bool has(
  1. int mask
)

Implementation

bool has(int mask) => _value.isSet(mask);