maxHoursForHourlyForecast property

int get maxHoursForHourlyForecast

Gets the maximum number of hours allowed per hourly forecast request.

Returns

Implementation

static int get maxHoursForHourlyForecast {
  final OperationResult retString = staticMethod(
    'Weather',
    'getMaxHoursForHourlyForecast',
  );
  return retString['result'];
}