deviceType property

  1. @TagNumber(5)
UrpDeviceType get deviceType

Implementation

@$pb.TagNumber(5)
UrpDeviceType get deviceType => $_getN(4);
  1. @TagNumber(5)
set deviceType (UrpDeviceType v)

Implementation

@$pb.TagNumber(5)
set deviceType(UrpDeviceType v) { setField(5, v); }