MastodonNotificationGroup constructor
const
MastodonNotificationGroup({ - required String groupKey,
- required int notificationsCount,
- required MastodonNotificationType type,
- required String mostRecentNotificationId,
- String? pageMinId,
- String? pageMaxId,
- DateTime? latestPageNotificationAt,
- required List<String> sampleAccountIds,
- String? statusId,
- MastodonReport? report,
- MastodonRelationshipSeveranceEvent? event,
- MastodonAccountWarning? moderationWarning,
})
Implementation
const MastodonNotificationGroup({
required this.groupKey,
required this.notificationsCount,
required this.type,
required this.mostRecentNotificationId,
this.pageMinId,
this.pageMaxId,
this.latestPageNotificationAt,
required this.sampleAccountIds,
this.statusId,
this.report,
this.event,
this.moderationWarning,
});