AesAuthEncryptInfos constructor
const
AesAuthEncryptInfos({})
Implementation
const factory AesAuthEncryptInfos({
@Uint8ListConverter() Uint8List? tag,
@Uint8ListConverter() Uint8List? encrypted,
}) = _AesAuthEncryptInfos;