factory ServerInfo.fromJson(Map<String, dynamic> json) { return ServerInfo( info: Info.fromJson(json['info']), status: json['status'], ); }