encryptedConnectionList property

  1. @TagNumber(20)
EncryptedConnectionList get encryptedConnectionList

Implementation

@$pb.TagNumber(20)
EncryptedConnectionList get encryptedConnectionList => $_getN(19);
  1. @TagNumber(20)
set encryptedConnectionList (EncryptedConnectionList v)

Implementation

@$pb.TagNumber(20)
set encryptedConnectionList(EncryptedConnectionList v) { setField(20, v); }