annotatedFields<T> method

Iterable<ArtifactFieldInfo> annotatedFields<T>([
  1. Type? type
])

Implementation

Iterable<ArtifactFieldInfo> annotatedFields<T>([Type? type]) =>
    fields.where((field) => field.hasAnnotation<T>(type));