Logic<T> class
abstract
Handle errors and run async every functionality that extends from this class.
- author: iruzo
- params: void.
- return: void.
- Implemented types
-
- Runner<
T>
- Runner<
- Implementers
Constructors
- Logic()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
) → Future< T> - Execute the functionality.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< T> -
Method that will be executed in the functionality. Remember when overrided to establish async.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited