CommentsLoaded constructor

CommentsLoaded({
  1. required List<Comment> comments,
})

Implementation

CommentsLoaded({required this.comments});