farmershands
weather_service
Weather
Weather constructor
Weather
Weather
constructor
Null safety
Weather
(
String
fcstTime
,
String
category
,
String
fcstValue
)
Implementation
Weather(this.fcstTime, this.category, this.fcstValue);
farmershands
weather_service
Weather
Weather constructor
Weather class
Constructors
Weather
fromJSON
Properties
category
fcstTime
fcstValue
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==