set method

void set(
  1. int channel
)

Implementation

void set(int channel) => mask = (1 << channel | 0) >> 0;