CameraChangedEventData.fromJson(Map<String, dynamic> json) : timestamp = json['timestamp'], cameraState = Conversion.fromJson(json['cameraState']);