RefDetailsBuilder class

A builder for RefDetails

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

action(String action) → void
it is valid for Task/TaskList/CalendarEvent ref action is one of TaskAction/TaskListAction/CalendarEventAction
build() RefDetails
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roomId(String roomId) → void
it is valid for Task/TaskList/CalendarEvent ref
targetId(String targetId) → void
it is valid for Task/TaskList/CalendarEvent ref target_id: event id of target
taskList(String taskList) → void
it is valid for Task/TaskList/CalendarEvent ref task_list: event id of task list
title(String title) → void
it is valid for Link ref
toString() String
A string representation of this object.
inherited
unsetAction() → void
unset the action, it is optional field
unsetRoomId() → void
unset the room id, it is optional field
uri(String uri) → void
it is valid for Link ref

Operators

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