mode property

  1. @TagNumber.new(2)
GetDevicePartitionsRequest_Mode get mode

Implementation

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

Implementation

@$pb.TagNumber(2)
set mode(GetDevicePartitionsRequest_Mode v) {
  setField(2, v);
}