annotationsOf abstract method
Returns annotating constants on element assignable to this type.
Throws UnresolvedAnnotationException on unresolved annotations unless
throwOnUnresolved is explicitly set to false (default is true).
Implementation
Iterable<DartObject> annotationsOf(
Element element, {
bool throwOnUnresolved = true,
});