commandLine property

List<String>? commandLine

Returns the most recent command-line arguments.

This is either the most recently received remote command-line arguments, the initial value provided via the constructor, or null if none of those are available.

Implementation

List<String>? get commandLine => _commandLine;