FNotification constructor

FNotification({
  1. String? title,
  2. String? body,
  3. String? imageUrl,
})

Implementation

FNotification({this.title, this.body, this.imageUrl});