flags property
- @Deprecated('Use flagsCollection instead. ' 'This feature was deprecated after v3.29.0-0.3.pre.')
A bit field of SemanticsFlags that apply to this node.
Implementation
@Deprecated(
'Use flagsCollection instead. '
'This feature was deprecated after v3.29.0-0.3.pre.',
)
int get flags => _toBitMask(flagsCollection);