TestWindowSummary class

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

Constructors

TestWindowSummary({String? message, String? status, DateTime? testWindowEnd, DateTime? testWindowStart})
TestWindowSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
If the test failed, the reason why it failed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the test. Possible status values are:
final
testWindowEnd DateTime?
The time at which the test ended.
final
testWindowStart DateTime?
The time at which the test began.
final

Methods

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

Operators

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