boot property

  1. @TagNumber.new(10)
DeviceBootStatus get boot

Implementation

@$pb.TagNumber(10)
DeviceBootStatus get boot => $_getN(9);
  1. @TagNumber.new(10)
set boot (DeviceBootStatus v)

Implementation

@$pb.TagNumber(10)
set boot(DeviceBootStatus v) {
  setField(10, v);
}