DigifiedResult class abstract
Data model encapsulating the base Digified result (parent class for all the results from the API)
- message msgin the API response, represents the recommended action for user
- nextProcess nextin the API response, represents the next operation
- overallStatus overall_statusin the API response, Enumeration representing overall status of the session: (FAILED: 0, VERIFIED: 1, IN_PROGRESS: 2, PENDING: 3)
- result resultin the API response, indicating the session status: (SUCCESS: 0, HAS_ERRORS: -1, HAS_WARNINGS: 1)
- shouldTerminate should_terminatein the API response, False if there will be a next op-state / try, True otherwise.
- error Errorin the API response, the error message
- errorCode codein the API response, the error codes
Constructors
- DigifiedResult(Map dataMap)
Properties
- error ↔ String?
- 
  
  read / write
- 
  errorCode
  ↔ List<String?> ?
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- message ↔ String?
- 
  
  read / write
- nextProcess ↔ String?
- 
  
  read / write
- overallStatus ↔ int?
- 
  
  read / write
- result ↔ int?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- shouldTerminate ↔ bool?
- 
  
  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.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited