KeyedAppState class

Represents a keyed app state containing a key, timestamp, severity level, optional description, and optional data.

Constructors

KeyedAppState({String? data, String? key, String? message, String? severity, String? stateTimestampMillis})
KeyedAppState.fromJson(Map json_)

Properties

data String?
Additional field intended for machine-readable data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
Key indicating what the app is providing a state for.
getter/setter pair
message String?
Free-form, human-readable message describing the app state.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
Severity of the app state.
getter/setter pair
stateTimestampMillis String?
Timestamp of when the app set the state in milliseconds since epoch.
getter/setter pair

Methods

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

Operators

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