A task specification contains the necessary information to create a task.
See Zone.createTask for how a specification is used to create a task.
Task specifications should be public and it should be possible to create new instances as a user. That is, custom zones should be able to replace an existing specification with a modified one.
Experimental. This class might disappear without warning.
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited