ConsumerAdd class consumer

Task to add a Klutter-made Flutter plugin to a Flutter project.

Inheritance

Constructors

ConsumerAdd()
Create new Task based of the root folder.

Properties

hashCode int
The hash code for this object.
no setterinherited
option String
Get the option value.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptName ScriptName
The script the task belongs to.
finalinherited
taskName TaskName
The name of this task.
finalinherited

Methods

dependsOn() List<Task>
List of tasks that should be run before executing this task.
override
execute(String pathToRoot) TaskResult
Execute the task.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optionValues() List<String>
List of options that can be passed to configure this task.
override
toBeExecuted(String pathToRoot) → void
Task logic implemented by the child class which will be executed.
override
toString() String
A string representation of this object.
inherited

Operators

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