MethodOfControl enum

Options for method of control

Refer to field definitions: https://github.com/UNMigration/HTCDS/blob/master/Field%20Definitions.md

Inheritance

Constructors

MethodOfControl(String text)
const

Values

physicalThreats → const MethodOfControl
const MethodOfControl('Physical threats')
threatsOfLawEnforcement → const MethodOfControl
const MethodOfControl('Threats of law enforcement')
threatensChildrenOrFamily → const MethodOfControl
const MethodOfControl('Threatens children/family')
debtBondage → const MethodOfControl
const MethodOfControl('Debt bondage')
falsePromises → const MethodOfControl
const MethodOfControl('False promises')
physicalAbuse → const MethodOfControl
const MethodOfControl('Physical abuse')
sexualAbuse → const MethodOfControl
const MethodOfControl('Sexual abuse')
takesEarnings → const MethodOfControl
const MethodOfControl('Takes earnings')
restrictsFinancialAccess → const MethodOfControl
const MethodOfControl('Restricts financial access')
restrictsMedicalCare → const MethodOfControl
const MethodOfControl('Restricts medical care')
withholdsNecessities → const MethodOfControl
const MethodOfControl('Withholds necessities')
psychologicalAbuse → const MethodOfControl
const MethodOfControl('Psychological abuse')
psychoactiveSubstance → const MethodOfControl
const MethodOfControl('Psychoactive substance')
excessiveWorkingHours → const MethodOfControl
const MethodOfControl('Excessive working hours')
withholdsDocuments → const MethodOfControl
const MethodOfControl('Withholds documents')
other → const MethodOfControl
const MethodOfControl('Other')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<MethodOfControl>
A constant List of the values in this enum, in order of their declaration.