WorkspacePackage class abstract

Constructors

WorkspacePackage()

Properties

canHavePublicApi → bool
Whether this package can have public APIs, that is, the package has marker files like 'pubspec.yaml' or 'BUILD'.
no setter
hashCode → int
The hash code for this object.
no setterinherited
root → Folder
The path to the root of this package.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(Source source) → bool
Whether this package contains source.
isInTestDirectory(File file) → bool
Whether file is in a "test" directory of this package.
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