deviceType property

  1. @TagNumber.new(2)
UrpDeviceType get deviceType

Implementation

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

Implementation

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