menu
artifact package
documentation
reflect.dart
ArtifactTypeMirror
getAnnotations<T> method
getAnnotations<T> method
dark_mode
light_mode
getAnnotations<
T
>
method
@
override
Iterable
<
T
>
getAnnotations
<
T
>(
[
Type
?
type
])
override
Implementation
@override Iterable<T> getAnnotations<T>([Type? type]) => _annotationsOf<T>(clazz.annotations, type);
artifact package
documentation
reflect
ArtifactTypeMirror
getAnnotations<T> method
ArtifactTypeMirror class