timeCreated property

  1. @TagNumber.new(10)
Timestamp get timeCreated

The creation time of the object. Attempting to set this field will result in an error.

Implementation

@$pb.TagNumber(10)
$2.Timestamp get timeCreated => $_getN(8);
  1. @TagNumber.new(10)
set timeCreated (Timestamp v)

Implementation

@$pb.TagNumber(10)
set timeCreated($2.Timestamp v) {
  setField(10, v);
}