hasNewComments property

bool get hasNewComments

Implementation

bool get hasNewComments => comments.any((c) => c.isNew);