RestartBaseState class abstract

Base state class for restart functionality.

This abstract class provides the foundation for managing app session keys during restart operations. It ensures that all restart states have a consistent structure with an associated session key.

Implementers
Annotations

Constructors

RestartBaseState.new(Key appSessionKey)
Creates a new restart base state with the given session key.
const

Properties

appSessionKey Key
The session key associated with this restart state.
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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