isConnected property

Implementation

BluetoothConnectionState get isConnected {
  if (this) return BluetoothConnectionState.connected;
  return BluetoothConnectionState.disconnected;
}