MastodonUnreadNotificationCount constructor

const MastodonUnreadNotificationCount({
  1. required int count,
})

Implementation

const MastodonUnreadNotificationCount({required this.count});