currentStateTime property

  1. @TagNumber(8)
Timestamp currentStateTime

The timestamp associated with the current state.

Implementation

@$pb.TagNumber(8)
$2.Timestamp get currentStateTime => $_getN(6);
  1. @TagNumber(8)
void currentStateTime=(Timestamp v)

Implementation

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