all constant

List<IconData> const all

A list of all of the 'time' WeatherIcons.

Implementation

static const List<IconData> all = [
  WeatherIcons.time_1,
  WeatherIcons.time_2,
  WeatherIcons.time_3,
  WeatherIcons.time_4,
  WeatherIcons.time_5,
  WeatherIcons.time_6,
  WeatherIcons.time_7,
  WeatherIcons.time_8,
  WeatherIcons.time_9,
  WeatherIcons.time_10,
  WeatherIcons.time_11,
  WeatherIcons.time_12,
];