menu
native_prebuilt package
documentation
hooks.dart
RunCommand
RunCommand.new const constructor
RunCommand.new const constructor
dark_mode
light_mode
RunCommand
constructor
const
RunCommand
(
{
required
String
executable
,
List
<
String
>
arguments
=
const []
,
Map
<
String
,
String
>
?
environment
,
})
Implementation
const RunCommand({ required this.executable, this.arguments = const [], this.environment, });
native_prebuilt package
documentation
hooks
RunCommand
RunCommand.new const constructor
RunCommand class