timestampMs property
- @TagNumber.new(7)
Wall-clock timestamp when the output was produced
(milliseconds since UNIX epoch). Mirrors C ABI timestamp_ms.
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get timestampMs => $_getI64(6);
- @TagNumber.new(7)
Implementation
@$pb.TagNumber(7)
set timestampMs($fixnum.Int64 value) => $_setInt64(6, value);