NotificationType constructor

const NotificationType(
  1. int value,
  2. String name,
  3. List<NotificationValue?> notifications
)

Implementation

const NotificationType(this.value, this.name, this.notifications);