Secret constructor

const Secret({
  1. @Uint8ListConverter() Uint8List? iv,
  2. @Uint8ListConverter() Uint8List? aesKey,
})

Implementation

const factory Secret({
  @Uint8ListConverter() Uint8List? iv,
  @Uint8ListConverter() Uint8List? aesKey,
}) = _Secret;