excludes property

Iterable<String> excludes

Implementation

Iterable<String> get excludes {
  return _analysisOptions.analyzerExclude;
}