PluginCommandConfig constructor
const
PluginCommandConfig({})
Implementation
const PluginCommandConfig({
required this.id,
required this.label,
required this.command,
this.description,
this.args = const [],
this.platforms = const [],
this.requiresRunning = false,
this.mode = PluginRunMode.detached,
this.shortcut,
this.availability,
});