Whether this annotation is @Target from the meta_meta package.
@Target
@Target is used to indicate that a class is intended to be used as an annotation.
@override bool get isTarget { return _belongsToPackage(_metaMetaPackageUri, 'Target'); }