Number of Methods
default threshold: 10
effort: 10m
The number of methods is the total number of methods in a class (or mixin, or extension). Too many methods indicate a high complexity.
Config example
dart_code_metrics:
...
metrics:
...
number-of-methods: 10
...