created property

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

the timestamp of the first event applied to the object.

Implementation

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

Implementation

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