MrzFallbackConfiguration constructor
- List<
String> ? acceptedCountries, - List<
MrzDocumentType> ? acceptedMRZTypes,
Implementation
MrzFallbackConfiguration({
List<String>? acceptedCountries,
List<MrzDocumentType>? acceptedMRZTypes,
}) : acceptedCountries = acceptedCountries ?? [],
acceptedMRZTypes = acceptedMRZTypes ?? [],
super();