AlertNotification constructor

AlertNotification({
  1. int? todo,
})

Implementation

AlertNotification({
  this.todo,
});