NativeDeriveKeyResult constructor
const
NativeDeriveKeyResult({})
Implementation
const NativeDeriveKeyResult({
required this.mac,
required this.cipherText,
required this.leftBits,
required this.rightBits,
required this.derivedKey,
});