Shortcut constructor
Shortcut({})
Implementation
Shortcut({
required this.name,
this.executablePath,
this.icon,
this.comment,
this.terminal = false,
this.type = 'Application',
this.categories,
this.mime,
this.startup = true,
this.destination,
this.sudo = true,
});