creationDate property
creation_date is the timestamp where the first operation on the object was made
Implementation
@$pb.TagNumber(4)
$0.Timestamp get creationDate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set creationDate($0.Timestamp value) => $_setField(4, value);