CheckInfo class

A snapshot of a Checker's state.

Constructors

CheckInfo({required String name, required String description, required CheckStatus status, required List<CheckLog> logs, Object? data})
const

Properties

data Object?
Check specific data, e.g. ProtocolStats for the connection protocol check or RegionStats for 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