TasksRemoteDataSource class abstract
- Implementers
Constructors
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< bool> -
createTask(
TaskDataRequest taskData) → Future< TaskModelResponse> -
deleteTask(
String id) → Future< bool> -
getTask(
String? taskId) → Future< TaskModelResponse> -
getTasks(
{required String projectId}) → Future< List< TaskModelResponse> > -
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>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited