unset method

void unset(
  1. int flag
)

Implementation

void unset(int flag) => value &= ~flag;