getServerList static method

List<Server> getServerList()

Get server list (legacy method)

Implementation

static List<Server> getServerList() {
  return List.from(_serverList);
}