values constant

List<BluetoothState_State> const values

Implementation

static const $core.List<BluetoothState_State> values = <BluetoothState_State> [
  UNKNOWN,
  UNAVAILABLE,
  UNAUTHORIZED,
  TURNING_ON,
  ON,
  TURNING_OFF,
  OFF,
];