DISCONNECTING constant

Implementation

static const DeviceStateResponse_BluetoothDeviceState DISCONNECTING =
    DeviceStateResponse_BluetoothDeviceState._(
        3,
        const $core.bool.fromEnvironment('protobuf.omit_enum_names')
            ? ''
            : 'DISCONNECTING');