FlutterIdInfo constructor
FlutterIdInfo({})
Implementation
FlutterIdInfo({
required this.country,
this.idType,
this.idNumber,
this.firstName,
this.middleName,
this.lastName,
this.dob,
this.bankCode,
this.entered,
});