shared
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
shared
shared
/
xyz.malefic.fidget.samples
/
WeatherData
Weather
Data
data
class
WeatherData
(
val
temperature
:
Int
,
val
condition
:
String
,
val
location
:
String
)
:
WidgetData
Weather widget data model.
Members
Constructors
Weather
Data
Link copied to clipboard
constructor
(
temperature
:
Int
,
condition
:
String
,
location
:
String
)
Properties
condition
Link copied to clipboard
val
condition
:
String
location
Link copied to clipboard
val
location
:
String
temperature
Link copied to clipboard
val
temperature
:
Int