Application class

A Dart application; a package with an entry-point, available via pub global activate.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the defining package.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version → Version
The version of the application and of the defining package.
no setter

Methods

getDefiningPackageRef() PackageRef?
Return the reference to the defining package. This is the package that defines the application.
getPackageRefs() List<PackageRef>
Return all the package references for the application. This includes the defining package as well as the direct and transitive dependencies.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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