toJson method

String toJson()

Implementation

String toJson() {
  return ServerListMapper.ensureInitialized().encodeJson<ServerList>(
    this as ServerList,
  );
}