isSetIn method

bool isSetIn(
  1. int flags
)

Whether this signal is set in flags.

Implementation

bool isSetIn(int flags) => flags & mask != 0;