factory SwaggerServer.fromJson(Map<String, dynamic> json) => SwaggerServer( url: json['url'], description: json['description'], );