targetId property

  1. @TagNumber.new(1)
String get targetId

TargetID is the unique identifier of the target to remove the public key from.

Implementation

@$pb.TagNumber(1)
$core.String get targetId => $_getSZ(0);
  1. @TagNumber.new(1)
set targetId (String value)

Implementation

@$pb.TagNumber(1)
set targetId($core.String value) => $_setString(0, value);