speed property

Future<double> speed

The Tello's speed, presumably in centimeters per seconds.

Implementation

Future<double> get speed async => double.parse((await _command("speed?")));