creationDate property

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

The timestamp of the key creation.

Implementation

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

Implementation

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