GlobFilter class

Constructors

GlobFilter(String pattern, {bool? caseSensitive, bool isDirectory(String path)?, bool? isWindows})
Creates new glob filter.

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern String
Pattern for this glob filter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exclude(List<String>? list, {void added(String path)?, void removed(String path)?}) List<String>
Returns a list of paths from which will be removed elements that match this filter.
include(List<String>? list, {void added(String path)?, void removed(String path)?}) List<String>
Returns a list of paths from which will be removed elements that do not match this filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited