SecureValueErrorFiles constructor

const SecureValueErrorFiles({
  1. required SecureValueTypeBase type,
  2. required List<Uint8List> fileHash,
  3. required String text,
})

Secure Value Error Files constructor.

Implementation

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