topLevelVariable constant
        
        TargetKind
        const topLevelVariable
        
      
      
Indicates that an annotation is valid on any top-level variable declaration.
Implementation
static const topLevelVariable =
    TargetKind._('top-level variables', 'topLevelVariable');