NotificationException constructor

const NotificationException(
  1. String message
)

Creates a NotificationException with the given message.

Implementation

const NotificationException(this.message);