timestampMs property
- @TagNumber.new(8)
Wall-clock output timestamp in milliseconds since Unix epoch.
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get timestampMs => $_getI64(7);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set timestampMs($fixnum.Int64 value) => $_setInt64(7, value);