UseCase<T extends BaseRepository?> class
abstract
The useCase mainly is in charge of managing the EBR objects returns BusinessError when request is not correct has reference to a repository
Constructors
- UseCase(T repository)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- repository → T
-
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