CommandDescriptor constructor
CommandDescriptor({})
Implementation
CommandDescriptor({required this.name, required this.function, this.i18n, this.label, this.icon, this.shortcut, this.tooltip, this.lock = LockType.command});