Current class

Constructors

Current({required int dt, required double temp, required int pressure, required int humidity, required double windSpeed, required int windDeg, required List<Weather> weather})
Current.fromJson(Map<String, dynamic> json)
factory

Properties

dt int
final
hashCode int
The hash code for this object.
no setterinherited
humidity int
final
pressure int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temp double
final
weather List<Weather>
final
windDeg int
final
windSpeed double
final

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