targetId property

  1. @TagNumber.new(2)
Int64 get targetId

The ID of the target record that will store the cloned properties from the source

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get targetId => $_getI64(1);
  1. @TagNumber.new(2)
set targetId (Int64 value)

Implementation

@$pb.TagNumber(2)
set targetId($fixnum.Int64 value) => $_setInt64(1, value);