VerifyVeriffResponse class

The verify Veriff response with the state, the Veriff response or the error response.

Constructors

VerifyVeriffResponse.fromJson(Map<String, dynamic> data)
Returns a VerifyVeriffResponse type from a JSON
factory

Properties

error ErrorResponse?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ReadIDState
no setter
submissionId String?
Id of Veriff session that could be reused with different VIZ results from new ReadIDSession.
no setter
veriffResponse VeriffResponse?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a JSON-representation of VerifyVeriffResponse
toString() String
A string representation of this object.
inherited

Operators

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