SessionStateEvent class
A message encapsulating a series of Session states and the time that the DeviceSession first entered those states.
Constructors
- SessionStateEvent({String? eventTime, String? sessionState, String? stateMessage})
- SessionStateEvent.fromJson(Map json_)
Properties
- eventTime ↔ String?
-
The time that the session_state first encountered that state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionState ↔ String?
-
The session_state tracked by this event
getter/setter pair
- stateMessage ↔ String?
-
A human-readable message to explain the state.
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