timestampUs property
- @TagNumber.new(1)
Microseconds since the Unix epoch, matching every other modality.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get timestampUs => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set timestampUs($fixnum.Int64 value) => $_setInt64(0, value);