NotificationException constructor

const NotificationException(
  1. NotificationResults result, [
  2. String? message
])

Implementation

const NotificationException(this.result, [this.message]);