Notification constructor

Notification({
  1. String? title,
  2. String? subtitle,
  3. String? body,
  4. Uri? imageUrl,
})

Implementation

Notification({this.title, this.subtitle, this.body, this.imageUrl});