annotatedMethods<T> method

Iterable<ArtifactMethodInfo> annotatedMethods<T>([
  1. Type? type
])

Implementation

Iterable<ArtifactMethodInfo> annotatedMethods<T>([Type? type]) =>
    methods.where((method) => method.hasAnnotation<T>(type));