DartCmd constructor

DartCmd(
  1. List<String> arguments
)

Implementation

DartCmd(List<String> arguments) : super(dartBinFileName, arguments);