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