factory ModelMonitoringAlertCondition.fromJson(Map<String, dynamic> json) { return ModelMonitoringAlertCondition( threshold: decodeDouble(json['threshold']), ); }