UnreadCount constructor
UnreadCount({
- required int count,
Returns a new UnreadCount instance.
Implementation
UnreadCount({
required this.count,
});
Returns a new UnreadCount instance.
UnreadCount({
required this.count,
});