CommentLiveCollection constructor

CommentLiveCollection({
  1. required RequestBuilder<GetCommentRequest> request,
})

Implementation

CommentLiveCollection({required this.request});