creationDate property

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

CreationDate is the timestamp when the instance was created.

Implementation

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

Implementation

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