isAnnotation property
bool
get
isAnnotation
Returns true if an annotation was hit.
Implementation
bool get isAnnotation => hitType == HitTarget.annotation;
Returns true if an annotation was hit.
bool get isAnnotation => hitType == HitTarget.annotation;