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

comments List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
the name of the dependency package
latefinaloverride-getter
path String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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