Skip to main content

TaskQueries class

<p>This class creates queries for the tasks in the application.</p>

Constructors

TaskQueries ()

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>

Static Methods

addTask({required String title, required String description, required String deadline, required String eventId}) String
deleteTask(String taskId) String
editTask({required String title, required String description, required String deadline, required String taskId}) String
eventTasks(String eventId) String
userTasks(String userId) String