type property

BluetoothDevice_Type type
@$pb.TagNumber(3)

Implementation

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

Implementation

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