exclude property

List<Glob>? exclude
getter/setter pair

The globs to exclude from the inputs to the dart formatter.

By default, nothing is excluded.

Implementation

List<Glob>? exclude;