includeGlobs property

List<Glob>? includeGlobs

Implementation

List<Glob>? get includeGlobs {
  _includeGlobs ??= globList(include);

  return _includeGlobs;
}