device property

  1. @TagNumber(1)
BluetoothDevice device

Implementation

@$pb.TagNumber(1)
BluetoothDevice get device => $_getN(0);
  1. @TagNumber(1)
void device=(BluetoothDevice v)

Implementation

@$pb.TagNumber(1)
set device(BluetoothDevice v) { setField(1, v); }