DartCipherState constructor

DartCipherState({
  1. required Cipher cipher,
})

Implementation

DartCipherState({
  required this.cipher,
});