CommentRepository class
Comment Repository
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- live ↔ CommentGetLiveObject
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createComment(
) → AmityCommentCreationTarget - Create Comment for the post and content
-
getComment(
{required String commentId}) → Future< AmityComment> - Get AmityReaction for the comment Id
-
getComments(
) → AmityCommentQueryTypeSelector - Get the comment for the post and content
-
getReaction(
{required String commentId}) → GetReactionQueryBuilder - Get AmityReaction for the comment Id
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateComment(
{required String commentId}) → AmityTextCommentEditorBuilder - Update Comment for the post and content
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited