factory UnsafeAlertData.fromJson(Map<String, dynamic> json) { return UnsafeAlertData( name: json['name'] as String, ); }