invocation property

  1. @override
String get invocation
override

A single-line template for how to invoke this command (e.g. "pub get package").

Implementation

@override
String get invocation =>
    'omnystore download --package <pkg> [--version 1.2.0] '
    '[--platform linux-x64]';