UnreadCount constructor

UnreadCount({
  1. required int count,
})

Returns a new UnreadCount instance.

Implementation

UnreadCount({
  required this.count,
});