cipher property

  1. @TagNumber(3)
Cipher get cipher

Implementation

@$pb.TagNumber(3)
Cipher get cipher => $_getN(1);
  1. @TagNumber(3)
set cipher (Cipher v)

Implementation

@$pb.TagNumber(3)
set cipher(Cipher v) {
  setField(3, v);
}