TaskListUpdateBuilder 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 list
descriptionHtml(String body, String htmlBody) → void
set description html text
descriptionText(String text) → void
set the description for this task list
display(Display display) → void
set the display for this task list
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
keywords(FfiListFfiString keywords) → void
set the keywords for this task list
name(String name) → void
set the name for this task list
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<EventId>
update this task
sortOrder(int sortOrder) → void
set the sort order for this task list
toString() String
A string representation of this object.
inherited
unsetCategories() → void
unsetCategoriesUpdate() → void
unsetDescription() → void
unsetDescriptionUpdate() → void
unsetDisplay() → void
unsetDisplayUpdate() → void
unsetKeywords() → void
unsetKeywordsUpdate() → void

Operators

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