NormalNotification constructor

NormalNotification({
  1. int? todo,
})

Implementation

NormalNotification({
  this.todo,
});