factory Mitigation.fromJson(Map<String, dynamic> json) { return Mitigation( mitigationName: json['MitigationName'] as String?, ); }