firstFlightEnded method

bool firstFlightEnded()

Implementation

bool firstFlightEnded() => isFlightEnded() || flightCount > 0;