status property
getter/setter pair
The current status of the rover.
Implementation
ValueNotifier<RoverStatus> status = ValueNotifier(RoverStatus.DISCONNECTED);
The current status of the rover.
ValueNotifier<RoverStatus> status = ValueNotifier(RoverStatus.DISCONNECTED);