InputDESCipher constructor

const InputDESCipher({
  1. required InputSymmetricCipher parent,
})

Implementation

const InputDESCipher({
  required this.parent,
});