menu
sprint_check package
documentation
models/IDCardInfo.dart
IDCardInfo
IDCardInfo.new constructor
IDCardInfo.new constructor
dark_mode
light_mode
IDCardInfo
constructor
IDCardInfo
(
{
String
?
firstName
,
String
?
lastName
,
String
?
middleName
,
String
?
dateOfBirth
,
String
?
idNumber
,
})
Implementation
IDCardInfo({ this.firstName, this.lastName, this.middleName, this.dateOfBirth, this.idNumber, });
sprint_check package
documentation
models/IDCardInfo
IDCardInfo
IDCardInfo.new constructor
IDCardInfo class