OnCRUDSideEffects class
Class for CRUD side effects
Constructors
- OnCRUDSideEffects({required void onWaiting()?, required void onError(dynamic err, void refresh())?, required void onResult(dynamic data)})
- Class for CRUD side effects
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError → void Function(dynamic err, void refresh())?
-
Error callback
final
- onResult → void Function(dynamic data)
-
Result (data) callback
final
- onWaiting → void Function()?
-
Waiting callback
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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