isHyperlink function

bool isHyperlink(
  1. int flags
)

Implementation

bool isHyperlink(int flags) => flags & kFlagHyperlink != 0;