timestamp property

  1. @TagNumber.new(2)
Timestamp get timestamp

The observation (sampling) time of the above value.

Implementation

@$pb.TagNumber(2)
$0.Timestamp get timestamp => $_getN(1);
  1. @TagNumber.new(2)
set timestamp (Timestamp value)

Implementation

@$pb.TagNumber(2)
set timestamp($0.Timestamp value) => $_setField(2, value);