rootReplies property

List<Comment> get rootReplies

Implementation

List<Comment> get rootReplies => childrenOf(parent)!;