Victim class

Victim subclass inherits properties from Person class

Inheritance

Constructors

Victim({String? salutation, String? firstName, String? secondName, String? birthdate, Gender? gender, String? nationality, String? title, String? email, String? homePhone, String? mobilePhone, String? mailingCity, String? mailingCountry, String? mailingState, String? mailingStreet, String? mailingPostalCode, MethodOfRecruitment? methodOfRecruitment, String? locationOfRecruitment, List<MethodOfControl>? methodsOfControl, TypeOfExploitation? typeOfExploitation, ForcedLabourIndustry? forcedLabourIndustry, String? typeOfSexExploitation, String? locationOfExploitation, String? vulnerabilities, String? detailsOfVulnerabilities})
Constructor initializes Person properties also

Properties

birthdate String?
Birthdate
getter/setter pairinherited
detailsOfVulnerabilities String?
Details Of Vulnerabilities
getter/setter pair
email String?
Email
getter/setter pairinherited
firstName String?
First Name
getter/setter pairinherited
forcedLabourIndustry ForcedLabourIndustry?
Forced Labour Industry
getter/setter pair
gender Gender?
Gender
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
homePhone String?
Home Phone
getter/setter pairinherited
locationOfExploitation String?
Location of Exploitation
getter/setter pair
locationOfRecruitment String?
Location of Recruitment
getter/setter pair
mailingCity String?
Mailing City
getter/setter pairinherited
mailingCountry String?
Mailing Country
getter/setter pairinherited
mailingPostalCode String?
Mailing Zip/Postal Code
getter/setter pairinherited
mailingState String?
Mailing State/Province
getter/setter pairinherited
mailingStreet String?
Mailing Street
getter/setter pairinherited
methodOfRecruitment MethodOfRecruitment?
Method of Recruitment
getter/setter pair
methodsOfControl List<MethodOfControl>?
Methods of Control
getter/setter pair
mobilePhone String?
Mobile Phone
getter/setter pairinherited
nationality String?
Nationality
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salutation String?
Salutation
getter/setter pairinherited
secondName String?
Second Name
getter/setter pairinherited
title String?
Title
getter/setter pairinherited
typeOfExploitation TypeOfExploitation?
Type of Exploitation
getter/setter pair
typeOfSexExploitation String?
Type of Sex Exploitation
getter/setter pair
vulnerabilities String?
Vulnerabilities
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts object json format defined by HTCDS (v0.2)
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited