executableArguments property

  1. @override
List<String> executableArguments
override

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

@override
List<String> get executableArguments => _throwIfNull(_executableArguments);