CommentReactionList class

Represents a list of comment reactions with a query and state.

The primary interface for working with comment reaction lists in the Stream Feeds SDK that provides functionality for querying and managing collections of comment reactions with pagination support.

Each comment reaction list instance is associated with a specific comment and maintains its own state that can be observed for real-time updates. The comment reaction list state includes reactions and pagination information.

Mixed-in types

Properties

commentsRepository → CommentsRepository
final
eventsEmitter SharedEmitter<WsEvent>
final
hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
Returns true if this object has been disposed.
no setterinherited
notifier → StateNotifier<CommentReactionListState>
no setter
query CommentReactionsQuery
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → CommentReactionListState
no setter
stream Stream<CommentReactionListState>
no setter

Methods

dispose() → void
Disposes of this object.
override
get() Future<Result<List<FeedsReactionData>>>
Queries the initial list of comment reactions based on the provided query.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryMoreReactions({int? limit}) Future<Result<List<FeedsReactionData>>>
Loads more comment reactions based on the current pagination state.
toString() String
A string representation of this object.
inherited

Operators

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