drive property
getter/setter pairoverride-getter
A helper class to handle driving the rover.
Implementation
@override late DriveInterface drive = RoverDrive(collection: this);
A helper class to handle driving the rover.
@override late DriveInterface drive = RoverDrive(collection: this);