TasklistsResource class
Constructors
- TasklistsResource(ApiRequester client)
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
-
delete(
String tasklist, {String? $fields}) → Future< void> - Deletes the authenticated user's specified task list.
-
get(
String tasklist, {String? $fields}) → Future< TaskList> - Returns the authenticated user's specified task list.
-
insert(
TaskList request, {String? $fields}) → Future< TaskList> - Creates a new task list and adds it to the authenticated user's task lists.
-
list(
{int? maxResults, String? pageToken, String? $fields}) → Future< TaskLists> - Returns all the authenticated user's task lists.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
TaskList request, String tasklist, {String? $fields}) → Future< TaskList> - Updates the authenticated user's specified task list.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
TaskList request, String tasklist, {String? $fields}) → Future< TaskList> - Updates the authenticated user's specified task list.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited