Target constructor
const
Target(
- Array<
AnnotationTarget> allowedTargets
This meta-annotation indicates the kinds of code elements which are possible targets of an annotation.
Implementation
const Target(this.allowedTargets);