Forecast class
台风预报
Constructors
-
Forecast.fromMap(Map<
String, dynamic> map)
Properties
- fxTime ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lat ↔ String
-
getter/setter pair
- lon ↔ String
-
getter/setter pair
- move360 ↔ String
-
getter/setter pair
- moveDir ↔ String
-
getter/setter pair
- moveSpeed ↔ String
-
getter/setter pair
- pressure ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pair
- windSpeed ↔ String
-
getter/setter pair
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