changeDate property
The timestamp of the application update. If no changes were made, the previous change date is returned. This can be used to check if the application was actually updated.
Implementation
@$pb.TagNumber(2)
$1.Timestamp get changeDate => $_getN(0);
Implementation
@$pb.TagNumber(2)
set changeDate($1.Timestamp value) => $_setField(2, value);