state property

BluetoothState_State state
@$pb.TagNumber(1)

Implementation

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

Implementation

@$pb.TagNumber(1)
set state(BluetoothState_State v) {
  setField(1, v);
}