ReadIDResult class
Wraps the NFCResult and VIZResult outcome from ReadID flow
Constructors
- ReadIDResult({VIZResult? vizResult, NFCResult? nfcResult})
-
ReadIDResult.fromJson(Map<
String, dynamic> data) -
Returns a ReadIDResult type from a JSON
factory
Properties
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