WantedPerson class
Represents a wanted person.
Constructors
-
WantedPerson({String? id, String? uid, String? title, List<
String> ? aliases, String? description, List<FbiImage> ? images, List<WantedPersonFile> ? files, String? warningMessage, String? remarks, String? details, String? additionalInfo, String? caution, String? rewardText, int? rewardMin, int? rewardMax, List<String> ? datesOfBirthUsed, String? placeOfBirth, List<String> ? locations, List<WantedPersonCoordinates> ? coordinates, List<String> ? fieldOffices, List<String> ? legatNames, WantedPersonStatus? status, WantedPersonClassification? personClassification, WantedPosterClassification? posterClassification, List<String> ? subjects, String? ncic, String? ageText, int? ageMin, int? ageMax, String? weightLbsText, int? weightLbsMin, int? weightLbsMax, int? heightInchesMin, int? heightInchesMax, String? eyeColor, String? eyesRaw, String? hairColor, String? hairRaw, String? build, String? sex, String? race, String? raceRaw, String? nationality, String? complexion, String? scarsAndMarks, List<String> ? occupations, List<String> ? possibleCountries, List<String> ? possibleStates, String? modified, String? publication, String? path, List<String> ? languages, String? suspects}) -
Creates a WantedPerson object.
const
- WantedPerson.empty()
- Creates an empty WantedPerson object.
-
WantedPerson.fromJson(Map<
String, dynamic> json) -
Creates a WantedPerson object from a JSON object.
factory
Properties
- additionalInfo → String?
-
Additional notes about this wanted person case.
final
- ageMax → int?
-
The maximum estimated age of the wanted person.
final
- ageMin → int?
-
The minimum estimated age of the wanted person.
final
- ageText → String?
-
A written out explanation of the age range of the wanted person.
final
-
aliases
→ List<
String> ? -
Aliases or nicknames of the wanted person.
final
- build → String?
-
The body type/build of the wanted person.
final
- caution → String?
-
Additional details that are considered very important.
final
- complexion → String?
-
The complexion of the wanted person.
final
-
coordinates
→ List<
WantedPersonCoordinates> ? -
Coordinates of where the wanted person is believed to be.
final
-
datesOfBirthUsed
→ List<
String> ? -
All of the possible dates of birth for the wanted person.
final
- description → String?
-
A description of this wanted person case.
final
- details → String?
-
The details of this wanted person case.
final
- eyeColor → String?
-
The color of the wanted person's eyes.
final
- eyesRaw → String?
-
The color of the wanted person's eyes.
final
-
fieldOffices
→ List<
String> ? -
The field offices involved in this wanted person case.
final
-
files
→ List<
WantedPersonFile> ? -
The case files of this wanted person case.
final
- hairColor → String?
-
The color of the wanted person's hair.
final
- hairRaw → String?
-
A description of the wanted person's hair.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- heightFeetText → String?
-
A written out explanation of the height range (in feet and inches) of the
wanted person.
no setter
- heightInchesMax → int?
-
The maximum estimated height (in inches) of the wanted person.
final
- heightInchesMin → int?
-
The minimum estimated height (in inches) of the wanted person.
final
- heightInchesText → String?
-
A written out explanation of the height range (in inches) of the wanted
person.
no setter
- id → String?
-
The ID of the wanted person case.
final
-
images
→ List<
FbiImage> ? -
Images of the wanted person and possibly other related individuals.
final
- isEmpty → bool
-
Whether or not this object is empty.
no setter
- isNotEmpty → bool
-
Whether or not this object is not empty.
no setter
-
languages
→ List<
String> ? -
Languages the wanted person may speak.
final
-
legatNames
→ List<
String> ? -
The legats involved in this wanted person case.
final
-
locations
→ List<
String> ? -
Locations where the wanted person has been known to live or frequent.
final
- modified → String?
-
The date and time when this wanted person case was last modified.
final
- nationality → String?
-
The nationality of the wanted person.
final
- ncic → String?
-
The ID of this wanted person case in the National Crime Information
Center.
final
-
occupations
→ List<
String> ? -
The occupation(s) of the wanted person.
final
- path → String?
-
The URL path of this wanted person case.
final
- personClassification → WantedPersonClassification?
-
The person's roll in this wanted person case.
final
- placeOfBirth → String?
-
The place of birth of the wanted person.
final
-
possibleCountries
→ List<
String> ? -
The possible countries the wanted person may be in.
final
-
possibleStates
→ List<
String> ? -
The possible states the wanted person may be in.
final
- posterClassification → WantedPosterClassification?
-
The classification of this wanter person case on an FBI wanted poster.
final
- publication → String?
-
The date and time of the publication of this wanted person case.
final
- race → String?
-
The race of the wanted person.
final
- raceRaw → String?
-
The race of the wanted person.
final
- remarks → String?
-
Like additionalInfo, but more dynamic.
final
- rewardMax → int?
-
The maximum reward amount for this wanted person.
final
- rewardMin → int?
-
The minimum reward amount for this wanted person.
final
- rewardText → String?
-
A written out explanation of the reward being offered for this wanted
person.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scarsAndMarks → String?
-
Any scars and marks on the wanted person.
final
- sex → String?
-
The sex of the wanted person.
final
- status → WantedPersonStatus?
-
The status of this wanted person case.
final
-
subjects
→ List<
String> ? -
A list of the subjects of this wanted person case.
final
- suspects → String?
-
Any information about possible suspects.
final
- title → String?
-
The title of the this wanted person case.
final
- uid → String?
-
The ID of the wanted person case.
final
- warningMessage → String?
-
Warnings about this wanted person.
final
- weightLbsMax → int?
-
The maximum estimated weight (in pounds) of the wanted person.
final
- weightLbsMin → int?
-
The minimum estimated weight (in pounds) of the wanted person.
final
- weightLbsText → String?
-
A written out explanation of the weight range of the wanted person.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a JSON representation of this object.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override