RenderableTask class
Contains input values for a task.
Constructors
- RenderableTask({required String input})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → String
-
A JSON object that contains values for the variables defined in the
template. It is made available to the template under the substitution
variable
task.input
. For example, if you define a variabletask.input.text
in your template, you can supply the variable in the JSON object as"text": "sample text"
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited