Executable class

A package executable that will be added to the user's PATh when the globally activate the package.

Implemented types

Properties

comments Comments
List of comments associated (prepended) with this section
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
lines List<Line>
returns the list of lines associated with this section including any comments immediately above the section. Comments may include blank lines and we return all lines upto the end of the prior segment.
no setteroverride
missing bool
Indicates that this section does not exist in the pubspec.
no setteroverride
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script String
Set the name of the dart library located in the bin directory.
getter/setter pair
scriptPath String
returns the project relative path to the script.
no setter

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