FileBatch class
File batch processor
Properties
Methods
-
filter(
bool predicate(String path)) → Future< FileBatch> - Filter files
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process<
T> (Future< T> processor(String path, String content)) → Future<List< T> > - Process each file
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited