MyIdReaderResult class

Constructors

MyIdReaderResult({String? selfie, String? documentFace, String? documentFront, String? documentBack, String? pinfl, String? document, String? firstName, String? lastName, String? expiryDate, String? birthDate, String? mrz})
MyIdReaderResult.fromJson(Map<String, dynamic> json)
factory

Properties

birthDate String?
final
document String?
final
documentBack String?
final
documentFace String?
final
documentFront String?
final
expiryDate String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setterinherited
lastName String?
final
mrz String?
final
pinfl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfie String?
final

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