WeatherModel class

Constructors

WeatherModel({String? weatherCode, String? minTemp, String? maxTemp, String? windSpeed, String? hum, String? currentTemp})
WeatherModel.fromJson(String source)
factory
WeatherModel.fromMap(Map<String, dynamic> map)
factory

Properties

currentTemp String?
current temperature of today's
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hum String?
humidity of today's
getter/setter pair
maxTemp String?
maximum temperature of today's
getter/setter pair
minTemp String?
minimum temperature of today's
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weatherCode String?
current weather forecast
getter/setter pair
windSpeed String?
wind speed of today's
getter/setter pair

Methods

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

Operators

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