TasksRemoteDataSourceImpl class
- Implemented types
Constructors
- TasksRemoteDataSourceImpl({required ProjectService service})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → ProjectService
-
final
Methods
-
closeTask(
String id) → Future< bool> -
override
-
createTask(
TaskDataRequest taskData) → Future< TaskModelResponse> -
override
-
deleteTask(
String id) → Future< bool> -
override
-
getTask(
String? taskId) → Future< TaskModelResponse> -
override
-
getTasks(
{required String projectId}) → Future< List< TaskModelResponse> > -
override
-
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< TaskModelResponse> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited