MastodonGroupedNotificationsResults constructor
- required List<
MastodonAccount> accounts, - required List<
MastodonPartialAccount> partialAccounts, - required List<
MastodonStatus> statuses, - required List<
MastodonNotificationGroup> notificationGroups,
Implementation
const MastodonGroupedNotificationsResults({
required this.accounts,
required this.partialAccounts,
required this.statuses,
required this.notificationGroups,
});