CurrentForecast class

Annotations
  • @JsonSerializable()

Constructors

CurrentForecast({String? forecastText, String? forecastType, String? forecastID, DateTime? publishedDate, DateTime? fromDate, DateTime? toDate, String? forecastBand, String? forecastSummary, String? nO2Band, String? o3Band, String? pM10Band, String? pM25Band, String? sO2Band})
CurrentForecast.fromJson(Map<String, dynamic> json)
factory

Properties

forecastBand String?
getter/setter pair
forecastID String?
getter/setter pair
forecastSummary String?
getter/setter pair
forecastText String?
getter/setter pair
forecastType String?
getter/setter pair
fromDate DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nO2Band String?
getter/setter pair
o3Band String?
getter/setter pair
pM10Band String?
getter/setter pair
pM25Band String?
getter/setter pair
publishedDate DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sO2Band String?
getter/setter pair
toDate DateTime?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJson(List json) List<CurrentForecast>
mapFromJson(Map<String, dynamic> json) Map<String, CurrentForecast>