factory TargetConfiguration.fromJson(Map<String, dynamic> json) { return TargetConfiguration( targetValue: json['TargetValue'] as double, ); }