seaState top-level property

Map<String, String> seaState
final

Table 3700

Implementation

final seaState = <String, String>{
  '0': 'calm (glassy)',
  '1': 'calm (rippled)',
  '2': 'smooth (wavelets)',
  '3': 'slight',
  '4': 'moderate',
  '5': 'rough',
  '6': 'very rough',
  '7': 'high',
  '8': 'very high',
  '9': 'phenomenal',
};