TasksLocalDataSourceImpl class

Implemented types

Constructors

TasksLocalDataSourceImpl(Box<TaskModelResponse> taskBox)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskBox Box<TaskModelResponse>
final

Methods

deleteTask(String id) Future<void>
override
deleteTasksByProject(String projectId) Future<void>
override
getTasks({String? projectId}) Future<List<TaskModelResponse>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTask(TaskModelResponse task) Future<void>
override
saveTasks(List<TaskModelResponse> tasks) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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