Result class

Contains the result of verification session by Veriff.

See relevant documentation at https://developers.veriff.com/#flutter-integration.

Constructors

Result(Status status, Error? error)

Properties

error Error?
Error enumaration describing the error in case result is .error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Status
Status enumaration describing the status of the result.
getter/setter pair

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