toServerTypeString static method
Implementation
static String toServerTypeString() {
String temp = '${HycopFactory.serverType}';
return temp.substring("ServerType.".length);
}
static String toServerTypeString() {
String temp = '${HycopFactory.serverType}';
return temp.substring("ServerType.".length);
}