PubCmd constructor

PubCmd(
  1. List<String> arguments
)

Implementation

PubCmd(List<String> arguments) : super(['pub', ...arguments]);