NotificationItem constructor

NotificationItem({
  1. String? title,
  2. String? body,
  3. bool isRead = false,
  4. DateTime? date,
})

Implementation

NotificationItem({this.title,this.body,this.isRead=false,this.date});