OpenWeatherBaseRequest class

Implementers

Constructors

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

Properties

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

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