SecureValueHash constructor

const SecureValueHash({
  1. required SecureValueTypeBase type,
  2. required Uint8List hash,
})

Secure Value Hash constructor.

Implementation

const SecureValueHash({required this.type, required this.hash}) : super._();