creationDate property

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

The timestamp of the key creation.

Implementation

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

Implementation

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