toServerTypeString static method

String toServerTypeString()

Implementation

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