getServer method

Server getServer(
  1. String id
)

Implementation

Server getServer(String id) {
  return _server[id]!;
}