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)
$0.Timestamp get changeDate => $_getN(2);
Implementation
@$pb.TagNumber(3)
set changeDate($0.Timestamp value) => $_setField(3, value);