unreadCount property

ValueNotifier<int> unreadCount
final

Implementation

final ValueNotifier<int> unreadCount = ValueNotifier(0);