DependencyPathBuilder class
represents a dependency that has a 'path' key A path dependency is located on the local file system. The path is a relative or absolute path to the dependant package. A path dependency takes the form of: dependencies: dcli: path: ../dcli
- Implemented types
- Annotations
-
- @immutable
Constructors
-
DependencyPathBuilder.new({required String name, required String path, List<
String> ? comments})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited