createdAt property

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

The creation date of the instance.

Implementation

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

Implementation

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