toValue method
Implementation
String toValue() {
switch (this) {
case SimulationSoftwareSuiteType.gazebo:
return 'Gazebo';
case SimulationSoftwareSuiteType.rosbagPlay:
return 'RosbagPlay';
}
}
String toValue() {
switch (this) {
case SimulationSoftwareSuiteType.gazebo:
return 'Gazebo';
case SimulationSoftwareSuiteType.rosbagPlay:
return 'RosbagPlay';
}
}