AbstractErrorState class abstract
Extend this class to create your custom error
- Inheritance
-
- Object
- BaseBlocPrimaryState
- AbstractErrorState
- Implementers
Constructors
- AbstractErrorState(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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited