TasksRepository class abstract

Implementers

Constructors

TasksRepository()

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

closeTask(String id) Future<Either<Failure, bool>>
createTask(TaskDataRequest taskData) Future<Either<Failure, TaskEntity>>
deleteTask(String id) Future<Either<Failure, bool>>
getTask(String? taskId) Future<Either<Failure, TaskEntity>>
getTasks(String? projectId) Future<Either<Failure, List<TaskEntity>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTask(TaskDataRequest taskData, String id) Future<Either<Failure, TaskEntity>>

Operators

operator ==(Object other) bool
The equality operator.
inherited