toCommand method

String toCommand()

Implementation

String toCommand() {
  return map((e) => "${e ?? ""}${Separator.TAB.char}").join("");
}