timestampUs property

  1. @TagNumber.new(1)
Int64 get timestampUs

Generation is single-flight, so the stream itself is the correlation.

Implementation

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

Implementation

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