hasAnnotation<T> method

  1. @override
bool hasAnnotation<T>([
  1. Type? type
])
override

Implementation

@override
bool hasAnnotation<T>([Type? type]) => getAnnotations<T>(type).isNotEmpty;