AesAuthEncryptInfos constructor

const AesAuthEncryptInfos({
  1. @Uint8ListConverter() Uint8List? tag,
  2. @Uint8ListConverter() Uint8List? encrypted,
})

Implementation

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