Comment 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
-
canRedact(
) → Future< bool> - whether or not this user can redact this item
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
msgContent(
) → MsgContent - what is the comment’s content
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
originServerTs(
) → int - When was this comment acknowledged by the server
-
replyBuilder(
) → CommentDraft - create a draft builder to reply to this comment
-
sender(
) → UserId - Who send this comment
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited