isAnnotation property

bool get isAnnotation

Returns true if an annotation was hit.

Implementation

bool get isAnnotation => hitType == HitTarget.annotation;