exclude property

List<String>? exclude

Implementation

List<String>? get exclude => _exclude;
void exclude=(List<String>? exclude)

Implementation

set exclude(List<String>? exclude) {
  _exclude = exclude;
  _excludeGlobs = null;
}