isMatch function

bool isMatch(
  1. int flags
)

Implementation

bool isMatch(int flags) => flags & kFlagMatch != 0;