TodoTaskList class

Represents a task list in Microsoft To Do.

Annotations
  • @JsonSerializable()

Constructors

TodoTaskList.new({String? id, String? displayName, bool? isOwner, bool? isShared, String? wellknownListName})
Creates a new TodoTaskList instance.
TodoTaskList.fromJson(Map<String, dynamic> json)
Creates a TodoTaskList instance from a JSON object.
factory

Properties

displayName String?
The name of the task list.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the task list.
final
isOwner bool?
Value indicating whether the task list is the default task list.
final
isShared bool?
Whether this task list is shared with other users.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wellknownListName String?
The color theme of the task list.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this TodoTaskList instance to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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