AppStateEntry class
One recorded state change, shown by the App State Inspector.
Constructors
- AppStateEntry({required String source, required dynamic value, required DateTime timestamp, dynamic previousState})
- Creates a state entry.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- previousState → dynamic
-
The state this source held before value. Null when the adapter's
framework cannot report a previous state, or for the first change.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String
-
The bloc type, provider name, or other source label this change came
from.
final
- timestamp → DateTime
-
When this change was recorded.
final
- value → dynamic
-
The new state.
final
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