changeDate property
change_date is the timestamp when the object was changed
on read: the timestamp of the last event reduced by the projection
on manipulation: the
Implementation
@$pb.TagNumber(3)
$6.Timestamp get changeDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set changeDate($6.Timestamp v) { setField(3, v); }