menu
artifact package
documentation
reflect.dart
ArtifactFieldMirror
hasAnnotation<T> method
hasAnnotation<T> method
dark_mode
light_mode
hasAnnotation<
T
>
method
bool
hasAnnotation
<
T
>(
[
Type
?
type
])
override
Implementation
bool hasAnnotation<T>([Type? type]) => getAnnotations<T>(type).isNotEmpty;
artifact package
documentation
reflect
ArtifactFieldMirror
hasAnnotation<T> method
ArtifactFieldMirror class