CommentReplyListState class
An observable state object that manages the current state of a comment reply list.
Maintains the current list of replies and pagination information for efficient loading and navigation through reply collections.
- Annotations
-
- @freezed
Constructors
-
CommentReplyListState({List<
ThreadedCommentData> replies = const [], PaginationData? pagination}) -
const
Properties
- canLoadMore → bool
-
Indicates whether there are more replies available to load.
no setter
-
copyWith
→ $CommentReplyListStateCopyWith<
CommentReplyListState> -
Create a copy of CommentReplyListState
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- pagination → PaginationData?
-
Last pagination information.
final
-
replies
→ List<
ThreadedCommentData> -
All the paginated replies currently loaded.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited