isIgnoreMapping static method
Implementation
static bool isIgnoreMapping(MethodElement method) {
final annotations = TypeChecker.fromRuntime(IgnoreMapping).annotationsOf(method);
return annotations.isNotEmpty;
}
static bool isIgnoreMapping(MethodElement method) {
final annotations = TypeChecker.fromRuntime(IgnoreMapping).annotationsOf(method);
return annotations.isNotEmpty;
}