factory CameraBean.fromJson(Map<String, dynamic> json) => CameraBean( takePhoto: json["takePhoto"] ?? "", delayTime: json["delayTime"] ?? -1, );