WantedPerson constructor

const WantedPerson({
  1. String? id,
  2. String? uid,
  3. String? title,
  4. List<String>? aliases,
  5. String? description,
  6. List<FbiImage>? images,
  7. List<WantedPersonFile>? files,
  8. String? warningMessage,
  9. String? remarks,
  10. String? details,
  11. String? additionalInfo,
  12. String? caution,
  13. String? rewardText,
  14. int? rewardMin,
  15. int? rewardMax,
  16. List<String>? datesOfBirthUsed,
  17. String? placeOfBirth,
  18. List<String>? locations,
  19. List<WantedPersonCoordinates>? coordinates,
  20. List<String>? fieldOffices,
  21. List<String>? legatNames,
  22. WantedPersonStatus? status,
  23. WantedPersonClassification? personClassification,
  24. WantedPosterClassification? posterClassification,
  25. List<String>? subjects,
  26. String? ncic,
  27. String? ageText,
  28. int? ageMin,
  29. int? ageMax,
  30. String? weightLbsText,
  31. int? weightLbsMin,
  32. int? weightLbsMax,
  33. int? heightInchesMin,
  34. int? heightInchesMax,
  35. String? eyeColor,
  36. String? eyesRaw,
  37. String? hairColor,
  38. String? hairRaw,
  39. String? build,
  40. String? sex,
  41. String? race,
  42. String? raceRaw,
  43. String? nationality,
  44. String? complexion,
  45. String? scarsAndMarks,
  46. List<String>? occupations,
  47. List<String>? possibleCountries,
  48. List<String>? possibleStates,
  49. String? modified,
  50. String? publication,
  51. String? path,
  52. List<String>? languages,
  53. String? suspects,
})

Creates a WantedPerson object.

Implementation

const WantedPerson({
  this.id,
  this.uid,
  this.title,
  this.aliases,
  this.description,
  this.images,
  this.files,
  this.warningMessage,
  this.remarks,
  this.details,
  this.additionalInfo,
  this.caution,
  this.rewardText,
  this.rewardMin,
  this.rewardMax,
  this.datesOfBirthUsed,
  this.placeOfBirth,
  this.locations,
  this.coordinates,
  this.fieldOffices,
  this.legatNames,
  this.status,
  this.personClassification,
  this.posterClassification,
  this.subjects,
  this.ncic,
  this.ageText,
  this.ageMin,
  this.ageMax,
  this.weightLbsText,
  this.weightLbsMin,
  this.weightLbsMax,
  this.heightInchesMin,
  this.heightInchesMax,
  this.eyeColor,
  this.eyesRaw,
  this.hairColor,
  this.hairRaw,
  this.build,
  this.sex,
  this.race,
  this.raceRaw,
  this.nationality,
  this.complexion,
  this.scarsAndMarks,
  this.occupations,
  this.possibleCountries,
  this.possibleStates,
  this.modified,
  this.publication,
  this.path,
  this.languages,
  this.suspects,
});