timestampUs property
- @TagNumber.new(2)
Wall-clock timestamp captured at the C++ edge, in microseconds since Unix epoch. Frontends may re-timestamp for UI display.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get timestampUs => $_getI64(1);
- @TagNumber.new(2)
Implementation
@$pb.TagNumber(2)
set timestampUs($fixnum.Int64 value) => $_setInt64(1, value);