TransliterationResult class
Data model for the Transliteration result
- arabicName
arabic_name
in the API response - transliteratedName
transliterated_name
in the API response - transliteratedSecondName
transliterated_family_name
in the API response - transliteratedSurname
transliterated_second_name
in the API response - transliteratedStreet
transliterated_surname
in the API response - transliteratedSubDistrict
transliterated_street
in the API response - transliteratedDistrict
transliterated_subdistrict
in the API response - transliteratedGovernorate
transliterated_district
in the API response - transliteratedBirthGovernorate
transliterated_birth_gov
in the API response - transliteratedFamilyName
transliterated_governorate
in the API response - notTransliterated
not_transliterated
in the API response
- Inheritance
-
- Object
- DigifiedResult
- TransliterationResult
Constructors
- TransliterationResult(Map dataMap)
Properties
- arabicName ↔ String?
-
read / write
- error ↔ String?
-
read / writeinherited
-
errorCode
↔ List<
String?> ? -
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message ↔ String?
-
read / writeinherited
- nextProcess ↔ String?
-
read / writeinherited
- notTransliterated ↔ String?
-
read / write
- overallStatus ↔ int?
-
read / writeinherited
- result ↔ int?
-
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- shouldTerminate ↔ bool?
-
read / writeinherited
- transliteratedBirthGovernorate ↔ String?
-
read / write
- transliteratedDistrict ↔ String?
-
read / write
- transliteratedFamilyName ↔ String?
-
read / write
- transliteratedGovernorate ↔ String?
-
read / write
- transliteratedName ↔ String?
-
read / write
- transliteratedSecondName ↔ String?
-
read / write
- transliteratedStreet ↔ String?
-
read / write
- transliteratedSubDistrict ↔ String?
-
read / write
- transliteratedSurname ↔ String?
-
read / write
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