landingAttempt property

bool landingAttempt

Implementation

bool get landingAttempt => _landingAttempt;
void landingAttempt=(bool landingAttempt)

Implementation

set landingAttempt(bool landingAttempt) => _landingAttempt = landingAttempt;