publicKey property

  1. @TagNumber(16)
List<int> get publicKey

Records the public key the packet was encrypted with, if applicable.

Implementation

@$pb.TagNumber(16)
$core.List<$core.int> get publicKey => $_getN(15);
  1. @TagNumber(16)
set publicKey (List<int> value)

Implementation

@$pb.TagNumber(16)
set publicKey($core.List<$core.int> value) => $_setBytes(15, value);