FindYaml class abstract

Inheritance
Implementers

Constructors

FindYaml({required FileSystem fs})
const

Properties

fs → FileSystem
finalinherited
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
inherited
fileWithin(String fileName, String directoryPath) String?
inherited
nearest(String fileName) String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String fileName) Map<String, dynamic>?
retrieveContent(String path) String?
inherited
retrieveNearestContent(String fileName) String?
inherited
toString() String
A string representation of this object.
inherited

Operators

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