timestampValue property

  1. @TagNumber(10)
Timestamp get timestampValue

A timestamp value. When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.

Implementation

@$pb.TagNumber(10)
$2.Timestamp get timestampValue => $_getN(7);
  1. @TagNumber(10)
set timestampValue (Timestamp v)

Implementation

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