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