timestampMs property

  1. @TagNumber.new(2)
Int64 get timestampMs

Wall-clock timestamp captured at the C++ edge, in milliseconds since Unix epoch. Frontends may re-timestamp for UI display.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get timestampMs => $_getI64(1);
  1. @TagNumber.new(2)
set timestampMs (Int64 value)

Implementation

@$pb.TagNumber(2)
set timestampMs($fixnum.Int64 value) => $_setInt64(1, value);