Cipher constructor

Cipher({
  1. String? name,
  2. int? priority,
})

Implementation

Cipher({
  this.name,
  this.priority,
});