menu
pubmind package
documentation
models/command_input.dart
RunCommandInput
RunCommandInput.new constructor
RunCommandInput.new constructor
dark_mode
light_mode
RunCommandInput
constructor
RunCommandInput
(
{
required
String
command
,
String
?
package
,
})
Implementation
RunCommandInput({ required this.command, this.package, });
pubmind package
documentation
models/command_input
RunCommandInput
RunCommandInput.new constructor
RunCommandInput class