menu
velix package
documentation
reflectable/reflectable.dart
MethodDescriptor
hasAnnotation<T> method
hasAnnotation<T> method
dark_mode
light_mode
hasAnnotation<
T
>
method
bool
hasAnnotation
<
T
>(
)
Implementation
bool hasAnnotation<T>() { return annotations.any((a) => a.runtimeType == T); }
velix package
documentation
reflectable/reflectable
MethodDescriptor
hasAnnotation<T> method
MethodDescriptor class