shouldBeIncluded method
Implementation
bool shouldBeIncluded() {
final isIgnored = hasAnnotation(annotations.ignore.runtimeType);
return !(isStatic || isSynthetic || isIgnored);
}
bool shouldBeIncluded() {
final isIgnored = hasAnnotation(annotations.ignore.runtimeType);
return !(isStatic || isSynthetic || isIgnored);
}