ConnectionCheckUpdateEvent class

Emitted by ConnectionCheck whenever the state of one of its checks changes (status change or a new log entry).

Mixed-in types

Constructors

ConnectionCheckUpdateEvent({required int checkId, required CheckInfo info})
const

Properties

checkId int
Identifies the check within this ConnectionCheck run.
final
hashCode int
The hash code for this object.
no setterinherited
info CheckInfo
The latest snapshot of the check.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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