CommentsLevelLimited  
            data class CommentsLevelLimited(items: List<Comment>, rootLoadMore: CommentsLoadMore?)
Content copied to clipboard
Parameters
items
rootLoadMore  
Constructors
Link copied to clipboard
                        fun CommentsLevelLimited(items: List<Comment> = listOf(), rootLoadMore: CommentsLoadMore?)
Content copied to clipboard