lastFlight property

ValueNotifier<MorphFlight?> lastFlight
final

The most recently launched flight - the subscription point for debug HUDs and telemetry.

Implementation

final ValueNotifier<MorphFlight?> lastFlight = ValueNotifier<MorphFlight?>(
  null,
);