creationDate property

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

The timestamp of the key creation.

Implementation

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

Implementation

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