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