ReducerException<A, S> class

Exception thrown by reducer

Implemented types

Constructors

ReducerException({required A action, required S state, required Object error, required StackTrace stackTrace})
Construct a ReducerException
const

Properties

action → A
Action passed into reducer
final
error Object
Error thrown
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
Stacktrace
final
state → S
Current state passed into reducer
final

Methods

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

Operators

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