hasFlag method

bool hasFlag (SemanticsFlag flag)

Whether this node currently has a given SemanticsFlag.

Implementation

bool hasFlag(SemanticsFlag flag) => _flags & flag.index != 0;