nextAction property

  1. @TagNumber.new(10)
DeviceAction get nextAction

Implementation

@$pb.TagNumber(10)
$1.DeviceAction get nextAction => $_getN(6);
  1. @TagNumber.new(10)
set nextAction (DeviceAction v)

Implementation

@$pb.TagNumber(10)
set nextAction($1.DeviceAction v) {
  setField(10, v);
}