AiylResult class

Constructors

AiylResult({String? selfie, String? documentFront, String? documentBack, String? idSeriesNumber, String? personalNumber, String? faceData, String? videoPath})
AiylResult.fromJson(Map<String, dynamic> json)
factory

Properties

documentBack String?
final
documentFront String?
final
faceData String?
final
hashCode int
The hash code for this object.
no setterinherited
idSeriesNumber String?
final
personalNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfie String?
final
videoPath 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