OpenWeatherCurrentWeatherRequest class

Inheritance

Constructors

OpenWeatherCurrentWeatherRequest({required double lat, required double long, required String appid, String? mode, String? units, String? lang})

Properties

appid String
Your unique API key
finalinherited
hashCode int
The hash code for this object.
no setterinherited
lang String?
Language code
finalinherited
lat double
Latitude of location for request
finalinherited
long double
Longitude of location for request
finalinherited
mode String?
Data format. Possible values are json and xml If the mode parameter is empty the format is JSON by default
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units String?
final

Methods

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

Operators

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