menu
turbo_promptable package
documentation
spawn/records/interactive_invocation.dart
InteractiveInvocation
InteractiveInvocation.new const constructor
InteractiveInvocation.new const constructor
dark_mode
light_mode
InteractiveInvocation
constructor
const
InteractiveInvocation
(
{
required
String
executable
,
required
List
<
String
>
arguments
,
})
Implementation
const InteractiveInvocation({ required this.executable, required this.arguments, });
turbo_promptable package
documentation
spawn/records/interactive_invocation
InteractiveInvocation
InteractiveInvocation.new const constructor
InteractiveInvocation class