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