GetNotificationChannelFilter constructor
const
GetNotificationChannelFilter({})
Creates a new GetNotificationChannelFilter.
messageTypes Events to receive notifications for.
severities Severity levels to receive notifications for.
Implementation
const GetNotificationChannelFilter({
required this.messageTypes,
required this.severities,
});