factory SoftDeleteTestCase.fromJson(Map<String, dynamic> json) { return SoftDeleteTestCase(tests: json['tests'], results: json['results']); }