GlobFilter class
Constructors
Properties
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