PubRunCmd constructor

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

Implementation

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