state property

  1. @TagNumber(1)
BluetoothState_State get state

Implementation

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

Implementation

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