NotificationType constructor
const
NotificationType(
- int value,
- String name,
- List<
NotificationValue?> notifications
Implementation
const NotificationType(this.value, this.name, this.notifications);