Task 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

assigneesStr() FfiListFfiString
the users assigned
assignSelf() Future<EventId>
Assign this task to myself
attachments() Future<AttachmentsManager>
get the attachments manager
authorStr() String
initial author
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 for this task
description() MsgContent?
the description of this task
display() Display?
What display options are given?
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
dueDate() String?
Day When this is due
eventIdStr() String
unique event id associated with this task
isAssignedToMe() bool
Is this assigned to the current user?
isDone() bool
is this task already done?
keywords() FfiListFfiString
tags on this task
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
priority() int?
does this list have a special role? Highest = 1, SecondHighest = 2, Three = 3, Four = 4, Five = 5, Six = 6, Seven = 7, --- No value SecondLowest = 8, Lowest = 9,
progressPercent() int?
if it has been started, haw far is it in percent 0->100 None if not yet started
refresh() Future<Task>
replace the current task with one with the latest state
roomIdStr() String
the room this task lives in
sortOrder() int
order in the list
subscribeStream() Stream<bool>
get informed about changes to this task
taskListIdStr() String
unique task list id associated with this task
title() String
the name of this task
toString() String
A string representation of this object.
inherited
unassignSelf() Future<EventId>
UnAssign this task to myself
updateBuilder() TaskUpdateBuilder
make a builder for updating the task
utcDueTimeOfDay() int?
Time of day when this is due compared to UTC00:00
utcStartRfc3339() String?
When this was started

Operators

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