creationDate property

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

CreationDate is the timestamp when the the public key was uploaded.

Implementation

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

Implementation

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