SecureValueHash constructor
const
SecureValueHash({
- required SecureValueTypeBase type,
- required Uint8List hash,
Secure Value Hash constructor.
Implementation
const SecureValueHash({required this.type, required this.hash}) : super._();