timestampValue property

  1. @TagNumber(10)
Timestamp get timestampValue

A timestamp value.

Precise only to microseconds. When stored, 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); }