status property

ValueNotifier<RoverStatus> status
getter/setter pair

The current status of the rover.

Implementation

ValueNotifier<RoverStatus> status = ValueNotifier(RoverStatus.DISCONNECTED);