MastodonGroupedNotificationsResults constructor

const MastodonGroupedNotificationsResults({
  1. required List<MastodonAccount> accounts,
  2. required List<MastodonPartialAccount> partialAccounts,
  3. required List<MastodonStatus> statuses,
  4. required List<MastodonNotificationGroup> notificationGroups,
})

Implementation

const MastodonGroupedNotificationsResults({
  required this.accounts,
  required this.partialAccounts,
  required this.statuses,
  required this.notificationGroups,
});