hasFlag method
- @Deprecated('Use flagsCollection instead. ' 'This feature was deprecated after v3.32.0-0.0.pre.')
- SemanticsFlag flag
Whether this node currently has a given SemanticsFlag.
Implementation
@Deprecated(
'Use flagsCollection instead. '
'This feature was deprecated after v3.32.0-0.0.pre.',
)
bool hasFlag(SemanticsFlag flag) => (_flagsBitMask & flag.index) != 0;