SecureValueErrorFile constructor
const
SecureValueErrorFile({
- required SecureValueTypeBase type,
- required Uint8List fileHash,
- required String text,
Secure Value Error File constructor.
Implementation
const SecureValueErrorFile({
required this.type,
required this.fileHash,
required this.text,
}) : super._();