IDFlowPreviewConfig.fromJson constructor
Implementation
factory IDFlowPreviewConfig.fromJson(Map<String, dynamic> json) {
return IDFlowPreviewConfig(
showDocumentFrontPreview: json['showDocumentFrontPreview'],
showDocumentBackPreview: json['showDocumentBackPreview'],
showSelfieWithDocumentPreview: json['showSelfieWithDocumentPreview'],
);
}