StepTimes class

A class representing the times of each stage of the test.

Annotations
  • @JsonSerializable(includeIfNull: false, fieldRename: FieldRename.snake)

Constructors

StepTimes()
StepTimes.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instructionEnded DateTime?
The time the instruction stage of a test ended
getter/setter pair
instructionStarted DateTime?
The time the instruction stage of a test started
getter/setter pair
resultsClosed DateTime?
The time the results stage of a test ended
getter/setter pair
resultsShown DateTime?
The time the results stage of a test started
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testEnded DateTime?
The time the test stage of a test ended
getter/setter pair
testShown DateTime?
The time the test stage of a test was shown
getter/setter pair
testStarted DateTime?
The time the test stage of a test started
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