unreadCount property

int get unreadCount

Implementation

int get unreadCount => _notifications.where((n) => !n.isRead).length;