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