PubspecLockImpl class

Inheritance
Implemented types

Constructors

PubspecLockImpl({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
findIn(String directoryPath) String?
override
nearest(String fileName) String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveContent([String? path]) String?
override
retrieveNearestContent(String fileName) String?
inherited
toString() String
A string representation of this object.
inherited

Operators

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