toValue method
Implementation
String toValue() {
WorldOperationModeMapper.ensureInitialized();
return MapperContainer.globals.toValue<WorldOperationMode>(this) as String;
}
String toValue() {
WorldOperationModeMapper.ensureInitialized();
return MapperContainer.globals.toValue<WorldOperationMode>(this) as String;
}