SecureValueErrorReverseSide constructor

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

Secure Value Error Reverse Side constructor.

Implementation

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