hasFlag method
- SemanticsFlag flag
Whether this node currently has a given SemanticsFlag.
Implementation
bool hasFlag(SemanticsFlag flag) => _flags & flag.index != 0;
Whether this node currently has a given SemanticsFlag.
bool hasFlag(SemanticsFlag flag) => _flags & flag.index != 0;