invocation property

  1. @override
String invocation
override

A single-line template for how to invoke this executable.

Defaults to "$executableName arguments". Subclasses can override this for a more specific template.

Implementation

@override
String get invocation => '${super.invocation}';