state property

DeviceStateResponse_BluetoothDeviceState state
@$pb.TagNumber(2)

Implementation

@$pb.TagNumber(2)
DeviceStateResponse_BluetoothDeviceState get state => $_getN(1);
void state= (DeviceStateResponse_BluetoothDeviceState v)
@$pb.TagNumber(2)

Implementation

@$pb.TagNumber(2)
set state(DeviceStateResponse_BluetoothDeviceState v) {
  setField(2, v);
}