OrderedTask class

Defines a Task which handles its steps in the order of the steps list.

Inheritance
Annotations
  • @JsonSerializable(createFactory: false)

Constructors

OrderedTask({required TaskIdentifier id, required List<Step> steps, Step? initialStep})
OrderedTask.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id TaskIdentifier
latefinalinherited
initalStep Step?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps List<Step>
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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