PinUpdateBuilder 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

contentHtml(String text, String html) → void
contentMarkdown(String text) → void
contentText(String text) → void
set the content for this pin
display(Display display) → void
set the display for this pin
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<EventId>
fire this update over - the event_id is the confirmation from the server.
title(String title) → void
set the title for this pin
toString() String
A string representation of this object.
inherited
unsetContent() → void
unsetContentUpdate() → void
unsetDisplay() → void
unsetDisplayUpdate() → void
unsetTitleUpdate() → void
unsetUrl() → void
unsetUrlUpdate() → void
url(String text) → void
set the url for this pin

Operators

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