SecureValueErrorSelfie constructor

const SecureValueErrorSelfie({
  1. required SecureValueTypeBase type,
  2. required Uint8List fileHash,
  3. required String text,
})

Secure Value Error Selfie constructor.

Implementation

const SecureValueErrorSelfie({
  required this.type,
  required this.fileHash,
  required this.text,
}) : super._();