flags property

  1. @Deprecated('Use flagsCollection instead. ' 'This feature was deprecated after v3.29.0-0.3.pre.')
int get flags

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);