timestampUs property

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

Microseconds since the Unix epoch, matching every other modality.

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);