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