changeDate property

  1. @TagNumber.new(2)
Timestamp get changeDate

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);
  1. @TagNumber.new(2)
set changeDate (Timestamp value)

Implementation

@$pb.TagNumber(2)
set changeDate($1.Timestamp value) => $_setField(2, value);