FindImpl class

Implemented types

Constructors

FindImpl.new({required Platform platform, required FileSystem fs, required StartProcess startProcess})
const

Properties

fs → FileSystem
final
hashCode int
The hash code for this object.
no setterinherited
platform → Platform
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startProcess StartProcess
final

Methods

file(String name, {required String workingDirectory, List<String> ignoreDirs = const [], DateTime? lastModified}) Future<List<String>>
override
filesInDirectory(String directory, {required String workingDirectory, List<String> ignoreDirs = const [], bool recursive = true, DateTime? lastModified}) Future<List<String>>
override
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