createLine static method

String createLine(
  1. String command,
  2. List<String> args
)

Implementation

static String createLine(String command, List<String> args) {
  return "${createString(command, args)} $EOL";
}