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