type property

  1. @TagNumber(3)
BluetoothDevice_Type type

Implementation

@$pb.TagNumber(3)
BluetoothDevice_Type get type => $_getN(2);
  1. @TagNumber(3)
void type=(BluetoothDevice_Type v)

Implementation

@$pb.TagNumber(3)
set type(BluetoothDevice_Type v) { setField(3, v); }