set method

void set(
  1. int flag
)

Implementation

void set(int flag) => value |= (flag & mask);