publicKeys property

  1. @TagNumber.new(2)
PbList<PublicKey> get publicKeys

List of all public keys for the target.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$1.PublicKey> get publicKeys => $_getList(1);