currentStateTime property

  1. @TagNumber.new(8)
Timestamp get currentStateTime

The timestamp associated with the current state.

Implementation

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

Implementation

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