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 timestamp of the event(s) added by the manipulation
Implementation
@$pb.TagNumber(2)
$0.Timestamp get changeDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set changeDate($0.Timestamp v) { setField(2, v); }