PubGlobalRunCmd constructor

PubGlobalRunCmd(
  1. String _command,
  2. List<String> _arguments
)

Implementation

PubGlobalRunCmd(this._command, this._arguments)
    : super(['global', 'run', _command, ..._arguments]);