timestampUs property
- @TagNumber.new(4)
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);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set timestampUs($fixnum.Int64 value) => $_setInt64(3, value);