ArgsForKillNotification constructor

ArgsForKillNotification({
  1. required String title,
  2. required String description,
  3. ArgsForIos? argsForIos,
})

Implementation

ArgsForKillNotification({
  required this.title,
  required this.description,
  this.argsForIos,
});