MineralPackageContract class abstract
Constructors
- MineralPackageContract(String _label, String _description)
Properties
- commands → CommandServiceContract
-
no setter
- components → ComponentServiceContract
-
no setter
- console → ConsoleServiceContract
-
no setter
- container ↔ Ioc
-
getter/setter pairinherited
- contextMenus → ContextMenuServiceContract
-
no setter
- description → String
-
Package description
no setter
- environment → EnvironmentServiceContract
-
no setter
- events → EventServiceContract
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
Package name
no setter
- root → Directory
-
Root Directory of your project
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- states → SharedStateServiceContract
-
no setter
Methods
-
init(
) → Future< void> -
injectCommands(
) → List< CliCommandContract> -
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