changeDate property

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

The timestamp of the last change to the granted project (e.g. creation, activation, deactivation).

Implementation

@$pb.TagNumber(4)
$0.Timestamp get changeDate => $_getN(2);
  1. @TagNumber.new(4)
set changeDate (Timestamp value)

Implementation

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