A single-line template for how to invoke this command (e.g. "pub get package").
"pub get
"
@override String get invocation { final executable = runner?.executableName ?? 'app'; return '$executable profile'; }