FindFile class
- Implementers
Constructors
- FindFile({required FileSystem fs})
-
const
Properties
- fs → FileSystem
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
childrenOf(
String fileName, {String? directoryPath}) → Future< List< String> > - finds all children that match the given file name, starts from the current directory and traverses down
-
fileWithin(
String fileName, String directoryPath) → String? -
nearest(
String fileName) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveContent(
String path) → String? -
retrieveNearestContent(
String fileName) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited