NotificationModel constructor

NotificationModel(
  1. {int id,
  2. int note,
  3. String date1}
)

Implementation

NotificationModel({this.id, this.note, this.date1});