sourceId property

  1. @TagNumber.new(1)
Int64 get sourceId

The ID of the source record whose properties need to be cloned into the target record

Implementation

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

Implementation

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