allWeatherConditions property

LocationForecast get allWeatherConditions

Retrieve all weather conditions parsed from all available resources.

Returns

Implementation

static LocationForecast get allWeatherConditions {
  final OperationResult resultString = staticMethod(
    'Debug',
    'getAllWeatherConditions',
  );

  return LocationForecast.fromJson(resultString['result']);
}