executableArguments property

List<String> executableArguments

The flags passed to the executable used to run the script in this isolate. These are the command-line flags between the executable name and the script name. Each fetch of executableArguments returns a new list containing the flags passed to the executable.

Implementation

List<String> get executableArguments;