ErrorState class
A default error message to call from your bloc sinkState?.add(ErrorState(Error()));
- Inheritance
-
- Object
- BaseBlocPrimaryState
- AbstractErrorState
- ErrorState
Constructors
- ErrorState({required Error error})
Properties
Methods
-
call(
BuildContext context) → void -
This method is called by the BaseWidget when sinkState?.add(YourState) is called
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
translate(
BuildContext context, String key) → String -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited