toStringRepresentation method

String toStringRepresentation()

Implementation

String toStringRepresentation() {
  return 'Command(script: $script, switches: ${switches.keys}, default: $defaultSwitch)';
}