landingAttempts property

num landingAttempts

Implementation

num get landingAttempts => _landingAttempts;
void landingAttempts=(num landingAttempts)

Implementation

set landingAttempts(num landingAttempts) =>
    _landingAttempts = landingAttempts;