excludedDirs property

List<String> get excludedDirs

Implementation

static List<String> get excludedDirs => [
      '__brick__',
      'bricks',
      '.git',
      '.dart_tool',
    ];