TransliterationResult class
Data model for the Transliteration result
- arabicName arabic_namein the API response
- transliteratedName transliterated_namein the API response
- transliteratedSecondName transliterated_family_namein the API response
- transliteratedSurname transliterated_second_namein the API response
- transliteratedStreet transliterated_surnamein the API response
- transliteratedSubDistrict transliterated_streetin the API response
- transliteratedDistrict transliterated_subdistrictin the API response
- transliteratedGovernorate transliterated_districtin the API response
- transliteratedBirthGovernorate transliterated_birth_govin the API response
- transliteratedFamilyName transliterated_governoratein the API response
- notTransliterated not_transliteratedin 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