changeDate property
The timestamp of the change of the project.
Implementation
@$pb.TagNumber(1)
$1.Timestamp get changeDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set changeDate($1.Timestamp value) => $_setField(1, value);
The timestamp of the change of the project.
@$pb.TagNumber(1)
$1.Timestamp get changeDate => $_getN(0);
@$pb.TagNumber(1)
set changeDate($1.Timestamp value) => $_setField(1, value);