precipitationCodes property

List<String> get precipitationCodes

Get the raw ICAO precipitation type codes (e.g. 'RA', 'SN').

Implementation

List<String> get precipitationCodes => List.unmodifiable(_precipitationCodes);