excludeGlobs property

List<Glob>? excludeGlobs

Implementation

List<Glob>? get excludeGlobs {
  _excludeGlobs ??= globList(exclude);

  return _excludeGlobs;
}