JSNotification constructor

const JSNotification(
  1. String title, [
  2. JSNotificationOptions? options
])

Implementation

const JSNotification(this.title, [this.options]);