isConnected property

bool get isConnected

Check if the client is connected to the robot.

Implementation

bool get isConnected {
  return _connected;
}