shouldGenerateStaticMethod function

bool shouldGenerateStaticMethod(
  1. MethodElement method
)

Implementation

bool shouldGenerateStaticMethod(MethodElement method) {
  return !MapperConfig.isIgnoreMapping(method);
}