BlocStateEntry class

One recorded Bloc/Cubit state transition.

Constructors

BlocStateEntry(String blocType, dynamic currentState, [dynamic previousState])
Creates a transition record, timestamped now.

Properties

blocType String
The bloc/cubit's runtime type name.
final
currentState → dynamic
The new state.
final
hashCode int
The hash code for this object.
no setterinherited
previousState → dynamic
The state before this change.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
When this change was recorded.
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