StatusInfo class

A class that represents information about status events, converting raw event data from a StatusEvent into a user-friendly object format.

Inheritance

Constructors

StatusInfo(Map event)
Creates a StatusInfo instance using the provided event data.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateErrorType StatusErrorType?
The type of error that occurred if the status event represents a stop event.
getter/setter pair
type StatusType
The type of the status event, indicating whether it's a start or stop event.
getter/setter pair

Methods

checkKeyExists(Map event, String key) → void
inherited
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