isSyn static method

bool isSyn(
  1. int flags
)

Implementation

static bool isSyn(int flags) => (flags & syn) != 0;