menu
ocr_mrz package
documentation
constant_data_class.dart
DocumentCountry
DocumentCountry.new constructor
DocumentCountry.new constructor
dark_mode
light_mode
DocumentCountry
constructor
DocumentCountry
(
{
required
String
type
,
required
String
code2
,
required
String
code3
,
required
String
name
,
})
Implementation
DocumentCountry({required this.type, required this.code2, required this.code3, required this.name});
ocr_mrz package
documentation
constant_data_class
DocumentCountry
DocumentCountry.new constructor
DocumentCountry class