Alternate constructor that creates an Server from a json.
Params:
factory Server.fromJson(Map<String, dynamic> json) { return ServerImpl.fromJson(json); }