menu
fishpi package
documentation
types/chatroom.dart
WeatherMsgData
WeatherMsgData constructor
WeatherMsgData constructor
dark_mode
light_mode
WeatherMsgData
constructor
WeatherMsgData
(
{
String
date
=
''
,
String
code
=
''
,
double
min
=
0
,
double
max
=
0
,
})
Implementation
WeatherMsgData({ this.date = '', this.code = '', this.min = 0, this.max = 0, });
fishpi package
documentation
types/chatroom
WeatherMsgData
WeatherMsgData constructor
WeatherMsgData class