command property

String? command
getter/setter pair

For command-line tools, the full command-line exactly as entered by the actor without adding any additional characters (such as quotation marks).

Implementation

core.String? command;