EncryptedPassportElement constructor
EncryptedPassportElement({
- required String type,
- String? data,
- String? phoneNumber,
- String? email,
- List<
PassportFile> ? files, - PassportFile? frontSide,
- PassportFile? reverseSide,
- PassportFile? selfie,
- List<
PassportFile> ? translation, - required String hash,
Implementation
EncryptedPassportElement({
required this.type,
this.data,
this.phoneNumber,
this.email,
this.files,
this.frontSide,
this.reverseSide,
this.selfie,
this.translation,
required this.hash,
});