state property

  1. @TagNumber.new(15)
State get state

Output only. The current lifecycle state of this spoke.

Implementation

@$pb.TagNumber(15)
State get state => $_getN(7);
  1. @TagNumber.new(15)
set state (State v)

Implementation

@$pb.TagNumber(15)
set state(State v) {
  setField(15, v);
}