CheckInfo class
A snapshot of a Checker's state.
Constructors
Properties
- data → Object?
-
Check specific data, e.g.
ProtocolStatsfor the connection protocol check orRegionStatsfor the cloud region check.final - description → String
-
Human readable description of what the check verifies.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logs
→ List<
CheckLog> -
final
- name → String
-
Name of the check, defaults to the Checker's class name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → CheckStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited