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