StepEntryMetadata class
StepEntryMetadata contains metadata information about this step.
Constructors
- StepEntryMetadata({String? expectedIteration, String? progressNumber, String? progressType, String? threadId})
- StepEntryMetadata.fromJson(Map json_)
Properties
- expectedIteration ↔ String?
-
Expected iteration represents the expected number of iterations in the
step's progress.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressNumber ↔ String?
-
Progress number represents the current state of the current progress.
getter/setter pair
- progressType ↔ String?
-
Progress type of this step entry.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threadId ↔ String?
-
Child thread id that this step entry belongs to.
getter/setter pair
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