DialogNotificationRoute constructor

DialogNotificationRoute(
  1. Notif notif,
  2. bool fromNotif,
  3. Function? onDelete
)

Implementation

DialogNotificationRoute(this.notif, this.fromNotif, this.onDelete);