ScriptsYamlImpl class
- Inheritance
- Implemented types
Constructors
- ScriptsYamlImpl({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? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
[String? fileName]) → Map< String, dynamic> ? -
override
-
retrieveContent(
[String? path]) → String? -
override
-
retrieveNearestContent(
[String? fileName]) → String? -
override
-
scripts(
) → Map< String, dynamic> ? -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
variables(
) → Map< String, dynamic> ? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited