CommentsManager class
Reference to the comments section of a particular item
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
-
commentDraft(
) → CommentDraft - draft a new comment for this item
-
comments(
) → Future< FfiListComment> - Get the list of comments (in arrival order)
-
commentsCount(
) → int - How many comments does this item have
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
hasComments(
) → bool - Does this item have any comments?
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
) → Future< CommentsManager> - reload the data from the database
-
roomIdStr(
) → String - String representation of the room id this comments manager is in
-
subscribeStream(
) → Stream< bool> - subscribe to the changes this manager
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited