timestamp property

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

The observation (sampling) time of the above value.

Implementation

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

Implementation

@$pb.TagNumber(2)
set timestamp($27.Timestamp v) { $_setField(2, v); }