timestampUs property

  1. @TagNumber.new(4)
Int64 get timestampUs

Wall-clock timestamp the message was authored, in microseconds since Unix epoch. 0 = unset; consumers may stamp at receive-time.

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get timestampUs => $_getI64(3);
  1. @TagNumber.new(4)
set timestampUs (Int64 value)

Implementation

@$pb.TagNumber(4)
set timestampUs($fixnum.Int64 value) => $_setInt64(3, value);