state property

  1. @TagNumber.new(1)
BluetoothState_State get state

Implementation

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

Implementation

@$pb.TagNumber(1)
set state(BluetoothState_State value) => $_setField(1, value);