PubspecYamlImpl class

Inheritance
Implemented types

Constructors

PubspecYamlImpl({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

all({bool recursive = false}) Future<Iterable<String>>
This method is used to find all the pubspecs in the project
override
children() Future<Iterable<String>>
override
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
toString() String
A string representation of this object.
inherited

Operators

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