factory CreateCaseResponse.fromJson(Map<String, dynamic> json) { return CreateCaseResponse( caseId: json['caseId'] as String?, ); }