ciphertext property

  1. @TagNumber(2)
Ciphertext ciphertext

Implementation

@$pb.TagNumber(2)
$2.Ciphertext get ciphertext => $_getN(1);
  1. @TagNumber(2)
void ciphertext=(Ciphertext v)

Implementation

@$pb.TagNumber(2)
set ciphertext($2.Ciphertext v) { setField(2, v); }