SecureValue constructor
const
SecureValue({
- required SecureValueTypeBase type,
- SecureDataBase? data,
- SecureFileBase? frontSide,
- SecureFileBase? reverseSide,
- SecureFileBase? selfie,
- List<
SecureFileBase> ? translation, - List<
SecureFileBase> ? files, - SecurePlainDataBase? plainData,
- required Uint8List hash,
Secure Value constructor.
Implementation
const SecureValue({
required this.type,
this.data,
this.frontSide,
this.reverseSide,
this.selfie,
this.translation,
this.files,
this.plainData,
required this.hash,
}) : super._();