Skip to main content

Number of Methods

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

flutterando_metrics:
...
metrics:
...
number-of-methods: 10
...