InteractiveInvocation constructor

const InteractiveInvocation({
  1. required String executable,
  2. required List<String> arguments,
})

Implementation

const InteractiveInvocation({
  required this.executable,
  required this.arguments,
});