hasBluetooth property

  1. @TagNumber(5)
bool get hasBluetooth

Indicates that the device has native bluetooth capability

Implementation

@$pb.TagNumber(5)
$core.bool get hasBluetooth => $_getBF(4);
  1. @TagNumber(5)
set hasBluetooth (bool value)

Implementation

@$pb.TagNumber(5)
set hasBluetooth($core.bool value) => $_setBool(4, value);