library constant
TargetKind
const library
Indicates that an annotation is valid on the first directive in a library,
whether that's a library
, import
, export
or part
directive. This
doesn't include the part of
directive in a part file.
Implementation
static const library = TargetKind._('libraries', 'library');