waterLandings property

num waterLandings

Implementation

num get waterLandings => _waterLandings;
void waterLandings=(num waterLandings)

Implementation

set waterLandings(num waterLandings) => _waterLandings = waterLandings;