timestamp property

  1. @TagNumber(2)
Timestamp get timestamp

The time the executing plan transtioned to the state

Implementation

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

Implementation

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