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