TaskList class
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
-
attachments(
) → Future< AttachmentsManager> - get the attachments manager
-
canRedact(
) → Future< bool> - whether or not this user can redact this item
-
categories(
) → FfiListFfiString - categories this task is in
-
comments(
) → Future< CommentsManager> - get the comments manager
-
description(
) → MsgContent? - the description of this task list
-
display(
) → Display? - What display options are given?
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
eventIdStr(
) → String - the event_id of this task list
-
externalLink(
) → Future< String> - generate or lookup the external https:-link
-
internalLink(
) → String - get the internal acter:-link
-
keywords(
) → FfiListFfiString - tags on this task
-
name(
) → String - the name of this task list
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refDetails(
) → Future< RefDetails> - get the internal reference object
-
refresh(
) → Future< TaskList> - replace the current task with one with the latest state
-
role(
) → String? - does this list have a special role?
-
sortOrder(
) → int - order in the list
-
space(
) → Space - the space this TaskList belongs to
-
spaceIdStr(
) → String - the id of the space this TaskList belongs to
-
subscribeStream(
) → Stream< bool> - get informed about changes to this task
-
task(
String taskId) → Future< Task> - The specific task belonging to this task list
-
taskBuilder(
) → TaskDraft - make a builder for creating the task draft
-
tasks(
) → Future< FfiListTask> - The tasks belonging to this tasklist
-
timeZone(
) → String? - Does this have any special time zone
-
toString(
) → String -
A string representation of this object.
inherited
-
updateBuilder(
) → TaskListUpdateBuilder - make a builder for updating the task list
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited