TaskDraft 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

categories(FfiListFfiString categories) → void
set the categories for this task
descriptionHtml(String body, String htmlBody) → void
set description html text
descriptionText(String text) → void
set the description for this task
display(Display display) → void
set the disply options for this task
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
dueDate(int year, int month, int day) → void
set the due day for this task
keywords(FfiListFfiString keywords) → void
set the keywords for this task
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progressPercent(int progressPercent) → void
set the sort order for this task
send() Future<EventId>
create this task
sortOrder(int sortOrder) → void
set the sort order for this task
title(String title) → void
set the title for this task
toString() String
A string representation of this object.
inherited
unsetCategories() → void
unsetDescription() → void
unsetDisplay() → void
unsetDueDate() → void
unsetKeywords() → void
unsetProgressPercent() → void
unsetUtcDueTimeOfDay() → void
unsetUtcStart() → void
utcDueTimeOfDay(int seconds) → void
set the due time of day in seconds since midnight UTC
utcStartFromFormat(String utcStart, String format) → void
set the utc_start for this task in custom format
utcStartFromRfc2822(String utcStart) → void
set the utc_start for this task in rfc2822 format
utcStartFromRfc3339(String utcStart) → void
set the utc_start for this task in rfc3339 format

Operators

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