factory IndigeneInfo.fromJson(Map<String, dynamic> json) { return IndigeneInfo( countryOfBirth: json['country_of_birth'], ); }