ActerPin class
A pin object
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
-
attachments(
) → Future< AttachmentsManager> - get the attachments manager for this pin
-
canRedact(
) → Future< bool> - whether or not this user can redact this item
-
comments(
) → Future< CommentsManager> - get the comments manager for this pin
-
content(
) → MsgContent? - get the content_text of the pin
-
contentFormatted(
) → String? - get the formatted content of the pin
-
display(
) → Display? - get the link color settings
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
eventIdStr(
) → String - The room this Pin belongs to the unique event ID
-
externalLink(
) → Future< String> - generate or lookup the external https:-link
-
hasFormattedText(
) → bool - Whether the inner text is coming as formatted
-
internalLink(
) → String - get the internal acter:-link
-
isLink(
) → bool - whether this pin is a link
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refDetails(
) → Future< RefDetails> - get the internal reference object
-
refresh(
) → Future< ActerPin> - replace the current pin with one with the latest state
-
roomIdStr(
) → String - the room/space this item belongs to
-
sender(
) → UserId - sender id
-
subscribeStream(
) → Stream< bool> - get informed about changes to this pin
-
title(
) → String - get the title of the pin
-
toString(
) → String -
A string representation of this object.
inherited
-
updateBuilder(
) → PinUpdateBuilder - make a builder for updating the pin
-
url(
) → String? - get the link content
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited